Shades of Rock Blue #96A0B5
Tints of Rock Blue #96A0B5
RGB
CMYK
RGB Variations
Color information
#96A0B5 (or 0x96A0B5) is known color: Rock Blue. HEX triplet: 96, A0 and B5. RGB value is (150,160,181). Sum of RGB (Red+Green+Blue) = 150+160+181=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 181 - color contains mainly: blue. Hex color #96A0B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A0B5 is #695F4A. Grayscale: #9F9F9F. Windows color (decimal): -6905675 or 11903126. OLE color: 11903126.
HSL color Cylindrical-coordinate representation of color #96A0B5: hue angle of 220.65º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #96A0B5 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 160 | 181 | - |
| CMYK | 0.17 | 0.12 | 0 | 0.29 |
| HSL | 220.65º | 0.17% | 0.65% | - |
| HSV(B) | 220.65º | 0.17% | 0.71% | - |
| XYZ | 33.49 | 34.96 | 48.7 | - |
| YUV | 159.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 160 | 181 | 0.17 | 0.12 | 0 | 0.29 | 220.65 | 0.17 | 0.65 |
| Hex | 96 | A0 | B5 | 11 | C | 0 | 1D | DD | 11 | 41 |
| Octal | 226 | 240 | 265 | 21 | 14 | 0 | 35 | 335 | 21 | 101 |
| Binary | 10010110 | 10100000 | 10110101 | 10001 | 1100 | 0 | 11101 | 11011101 | 10001 | 1000001 |
Color Harmonies of #96A0B5
Complementary color
Monochromatic Colors of #96A0B5
Black with #96A0B5
Text Example
Text Example
White with #96A0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A0B5; }
p { color: rgb(150,160,181); }
H1.HeaderClassName
{
color: #96A0B5;
}
.AnyTagClassName
{
color: #96A0B5;
}
</style>
background-color css
<style>
a { background-color: #96A0B5; }
a { background-color: rgb(150,160,181); }
div.DivClassName
{
background-color: #96A0B5;
}
.BgClassName
{
background-color: #96A0B5;
}
</style>
border-color css
<style>
span { border-color: #96A0B5; }
span { border-color: rgb(150,160,181); }
td.TdClassName
{
border-color: #96A0B5;
}
.TagClassName
{
border-color: #96A0B5;
}
</style>