Shades of Rock Blue #96A5BD
Tints of Rock Blue #96A5BD
RGB
CMYK
RGB Variations
Color information
#96A5BD (or 0x96A5BD) is known color: Rock Blue. HEX triplet: 96, A5 and BD. RGB value is (150,165,189). Sum of RGB (Red+Green+Blue) = 150+165+189=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 189 (74.22% from 255 or 37.5% from 504); Max value from RGB is 189 - color contains mainly: blue. Hex color #96A5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A5BD is #695A42. Grayscale: #A3A3A3. Windows color (decimal): -6904387 or 12428694. OLE color: 12428694.
HSL color Cylindrical-coordinate representation of color #96A5BD: hue angle of 216.92º 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 #96A5BD is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 165 | 189 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.26 |
| HSL | 216.92º | 0.23% | 0.66% | - |
| HSV(B) | 216.92º | 0.21% | 0.74% | - |
| XYZ | 35.22 | 37.07 | 53.44 | - |
| YUV | 163.25 | 142.53 | 118.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 165 | 189 | 0.21 | 0.13 | 0 | 0.26 | 216.92 | 0.23 | 0.66 |
| Hex | 96 | A5 | BD | 15 | D | 0 | 1A | D9 | 17 | 42 |
| Octal | 226 | 245 | 275 | 25 | 15 | 0 | 32 | 331 | 27 | 102 |
| Binary | 10010110 | 10100101 | 10111101 | 10101 | 1101 | 0 | 11010 | 11011001 | 10111 | 1000010 |
Color Harmonies of #96A5BD
Complementary color
Monochromatic Colors of #96A5BD
Black with #96A5BD
Text Example
Text Example
White with #96A5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A5BD; }
p { color: rgb(150,165,189); }
H1.HeaderClassName
{
color: #96A5BD;
}
.AnyTagClassName
{
color: #96A5BD;
}
</style>
background-color css
<style>
a { background-color: #96A5BD; }
a { background-color: rgb(150,165,189); }
div.DivClassName
{
background-color: #96A5BD;
}
.BgClassName
{
background-color: #96A5BD;
}
</style>
border-color css
<style>
span { border-color: #96A5BD; }
span { border-color: rgb(150,165,189); }
td.TdClassName
{
border-color: #96A5BD;
}
.TagClassName
{
border-color: #96A5BD;
}
</style>