Color spaces of #969fcd
RGB | 150 | 159 | 205 |
---|---|---|---|
HSL | 0.64 | 0.35 | 0.70 |
HSV | 230° | 27° | 80° |
CMYK | 0.27 | 0.22 | 0.00 0.20 |
XYZ | 35.9953 | 35.6881 | 62.7489 |
Yxy | 35.6881 | 0.2678 | 0.2655 |
Hunter Lab | 59.7395 | 3.0088 | -20.4591 |
CIE-Lab | 66.2809 | 7.0886 | -24.5716 |
#969fcd color RGB value is (150,159,205).
#969fcd hex color red value is 150, green value is 159 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #969fcd hue: 0.64 , saturation: 0.35 and the lightness value of 969fcd is 0.70.
The process color (four color CMYK) of #969fcd color hex is 0.27, 0.22, 0.00, 0.20. Web safe color of #969fcd is #9999cc. Color #969fcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 10011111 | 11001101 |
Octal | 226 | 237 | 315 |
Decimal | 150 | 159 | 205 |
Hex | 96 | 9F | CD |
Shades of #969fcd
Tints of #969fcd
RGB Percentages of Color #969fcd
CMYK Percentages of Color #969fcd
Complementary Color
#969fcd | #cdc496 |
#969fcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#969fcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#969fcd Color CSS Codes
.mybgcolor {background-color:#969fcd; } .myforecolor {color:#969fcd; } .mybordercolor {border:3px solid #969fcd; }
#969fcd Text Font Color
<p style="color:#969fcd">Text here</p>
This sample text font color is #969fcd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#969fcd Background Color
<div style="background-color:#969fcd">
Div content here</div>
This div background color is #969fcd
#969fcd Border Color
<div style="border:3px solid #969fcd">
Div here</div>
This div border color is #969fcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,159,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #969fcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #969fcd; -webkit-box-shadow: 1px 1px 3px 2px #969fcd; box-shadow: 1px 1px 3px 2px #969fcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,159,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #969fcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #969fcd; -webkit-box-shadow: 1px 1px 3px 2px #969fcd; box-shadow: 1px 1px 3px 2px #969fcd;">
Div content here</div>
This div box has shadow with color #969fcd
Comments
No comments written yet.
Please login to write comment.