Shades of Rock Blue #96A0BB
Tints of Rock Blue #96A0BB
RGB
CMYK
RGB Variations
Color information
#96A0BB (or 0x96A0BB) is known color: Rock Blue. HEX triplet: 96, A0 and BB. RGB value is (150,160,187). Sum of RGB (Red+Green+Blue) = 150+160+187=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 187 (73.44% from 255 or 37.63% from 497); Max value from RGB is 187 - color contains mainly: blue. Hex color #96A0BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0BB is #695F44. Grayscale: #9F9F9F. Windows color (decimal): -6905669 or 12296342. OLE color: 12296342.
HSL color Cylindrical-coordinate representation of color #96A0BB: hue angle of 223.78º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96A0BB is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 160 | 187 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.27 |
| HSL | 223.78º | 0.21% | 0.66% | - |
| HSV(B) | 223.78º | 0.2% | 0.73% | - |
| XYZ | 34.12 | 35.21 | 52.01 | - |
| YUV | 160.09 | 143.19 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 187 | 0.20 | 0.14 | 0 | 0.27 | 223.78 | 0.21 | 0.66 |
| Hex | 96 | A0 | BB | 14 | E | 0 | 1B | E0 | 15 | 42 |
| Octal | 226 | 240 | 273 | 24 | 16 | 0 | 33 | 340 | 25 | 102 |
| Binary | 10010110 | 10100000 | 10111011 | 10100 | 1110 | 0 | 11011 | 11100000 | 10101 | 1000010 |
Color Harmonies of #96A0BB
Complementary color
Monochromatic Colors of #96A0BB
Black with #96A0BB
Text Example
Text Example
White with #96A0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A0BB; }
p { color: rgb(150,160,187); }
H1.HeaderClassName
{
color: #96A0BB;
}
.AnyTagClassName
{
color: #96A0BB;
}
</style>
background-color css
<style>
a { background-color: #96A0BB; }
a { background-color: rgb(150,160,187); }
div.DivClassName
{
background-color: #96A0BB;
}
.BgClassName
{
background-color: #96A0BB;
}
</style>
border-color css
<style>
span { border-color: #96A0BB; }
span { border-color: rgb(150,160,187); }
td.TdClassName
{
border-color: #96A0BB;
}
.TagClassName
{
border-color: #96A0BB;
}
</style>