Shades of Rock Blue #959CAD
Tints of Rock Blue #959CAD
RGB
CMYK
RGB Variations
Color information
#959CAD (or 0x959CAD) is known color: Rock Blue. HEX triplet: 95, 9C and AD. RGB value is (149,156,173). Sum of RGB (Red+Green+Blue) = 149+156+173=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 173 (67.97% from 255 or 36.19% from 478); Max value from RGB is 173 - color contains mainly: blue. Hex color #959CAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959CAD is #6A6352. Grayscale: #9B9B9B. Windows color (decimal): -6972243 or 11377813. OLE color: 11377813.
HSL color Cylindrical-coordinate representation of color #959CAD: hue angle of 222.5º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #959CAD is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 149 | 156 | 173 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.32 |
| HSL | 222.5º | 0.13% | 0.63% | - |
| HSV(B) | 222.5º | 0.14% | 0.68% | - |
| XYZ | 31.83 | 33.18 | 44.26 | - |
| YUV | 155.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 173 | 0.14 | 0.10 | 0 | 0.32 | 222.5 | 0.13 | 0.63 |
| Hex | 95 | 9C | AD | E | A | 0 | 20 | DE | D | 3F |
| Octal | 225 | 234 | 255 | 16 | 12 | 0 | 40 | 336 | 15 | 77 |
| Binary | 10010101 | 10011100 | 10101101 | 1110 | 1010 | 0 | 100000 | 11011110 | 1101 | 111111 |
Color Harmonies of #959CAD
Complementary color
Monochromatic Colors of #959CAD
Black with #959CAD
Text Example
Text Example
White with #959CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959CAD; }
p { color: rgb(149,156,173); }
H1.HeaderClassName
{
color: #959CAD;
}
.AnyTagClassName
{
color: #959CAD;
}
</style>
background-color css
<style>
a { background-color: #959CAD; }
a { background-color: rgb(149,156,173); }
div.DivClassName
{
background-color: #959CAD;
}
.BgClassName
{
background-color: #959CAD;
}
</style>
border-color css
<style>
span { border-color: #959CAD; }
span { border-color: rgb(149,156,173); }
td.TdClassName
{
border-color: #959CAD;
}
.TagClassName
{
border-color: #959CAD;
}
</style>