Shades of Rock Blue #959CAA
Tints of Rock Blue #959CAA
RGB
CMYK
RGB Variations
Color information
#959CAA (or 0x959CAA) is known color: Rock Blue. HEX triplet: 95, 9C and AA. RGB value is (149,156,170). Sum of RGB (Red+Green+Blue) = 149+156+170=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #959CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959CAA is #6A6355. Grayscale: #9B9B9B. Windows color (decimal): -6972246 or 11181205. OLE color: 11181205.
HSL color Cylindrical-coordinate representation of color #959CAA: hue angle of 220º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #959CAA is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 156 | 170 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.33 |
| HSL | 220º | 0.11% | 0.63% | - |
| HSV(B) | 220º | 0.12% | 0.67% | - |
| XYZ | 31.54 | 33.07 | 42.75 | - |
| YUV | 155.5 | 136.18 | 123.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 170 | 0.12 | 0.08 | 0 | 0.33 | 220 | 0.11 | 0.63 |
| Hex | 95 | 9C | AA | C | 8 | 0 | 21 | DC | B | 3F |
| Octal | 225 | 234 | 252 | 14 | 10 | 0 | 41 | 334 | 13 | 77 |
| Binary | 10010101 | 10011100 | 10101010 | 1100 | 1000 | 0 | 100001 | 11011100 | 1011 | 111111 |
Color Harmonies of #959CAA
Complementary color
Monochromatic Colors of #959CAA
Black with #959CAA
Text Example
Text Example
White with #959CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959CAA; }
p { color: rgb(149,156,170); }
H1.HeaderClassName
{
color: #959CAA;
}
.AnyTagClassName
{
color: #959CAA;
}
</style>
background-color css
<style>
a { background-color: #959CAA; }
a { background-color: rgb(149,156,170); }
div.DivClassName
{
background-color: #959CAA;
}
.BgClassName
{
background-color: #959CAA;
}
</style>
border-color css
<style>
span { border-color: #959CAA; }
span { border-color: rgb(149,156,170); }
td.TdClassName
{
border-color: #959CAA;
}
.TagClassName
{
border-color: #959CAA;
}
</style>