Shades of Rock Blue #96A8BD
Tints of Rock Blue #96A8BD
RGB
CMYK
RGB Variations
Color information
#96A8BD (or 0x96A8BD) is known color: Rock Blue. HEX triplet: 96, A8 and BD. RGB value is (150,168,189). Sum of RGB (Red+Green+Blue) = 150+168+189=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 168 (66.02% from 255 or 33.14% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #96A8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A8BD is #695742. Grayscale: #A4A4A4. Windows color (decimal): -6903619 or 12429462. OLE color: 12429462.
HSL color Cylindrical-coordinate representation of color #96A8BD: hue angle of 212.31º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #96A8BD is Cyan = 0.21, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 168 | 189 | - |
| CMYK | 0.21 | 0.11 | 0 | 0.26 |
| HSL | 212.31º | 0.23% | 0.66% | - |
| HSV(B) | 212.31º | 0.21% | 0.74% | - |
| XYZ | 35.77 | 38.16 | 53.63 | - |
| YUV | 165.01 | 141.54 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 168 | 189 | 0.21 | 0.11 | 0 | 0.26 | 212.31 | 0.23 | 0.66 |
| Hex | 96 | A8 | BD | 15 | B | 0 | 1A | D4 | 17 | 42 |
| Octal | 226 | 250 | 275 | 25 | 13 | 0 | 32 | 324 | 27 | 102 |
| Binary | 10010110 | 10101000 | 10111101 | 10101 | 1011 | 0 | 11010 | 11010100 | 10111 | 1000010 |
Color Harmonies of #96A8BD
Complementary color
Monochromatic Colors of #96A8BD
Black with #96A8BD
Text Example
Text Example
White with #96A8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A8BD; }
p { color: rgb(150,168,189); }
H1.HeaderClassName
{
color: #96A8BD;
}
.AnyTagClassName
{
color: #96A8BD;
}
</style>
background-color css
<style>
a { background-color: #96A8BD; }
a { background-color: rgb(150,168,189); }
div.DivClassName
{
background-color: #96A8BD;
}
.BgClassName
{
background-color: #96A8BD;
}
</style>
border-color css
<style>
span { border-color: #96A8BD; }
span { border-color: rgb(150,168,189); }
td.TdClassName
{
border-color: #96A8BD;
}
.TagClassName
{
border-color: #96A8BD;
}
</style>