Shades of Rock Blue #96A4BB
Tints of Rock Blue #96A4BB
RGB
CMYK
RGB Variations
Color information
#96A4BB (or 0x96A4BB) is known color: Rock Blue. HEX triplet: 96, A4 and BB. RGB value is (150,164,187). Sum of RGB (Red+Green+Blue) = 150+164+187=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #96A4BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A4BB is #695B44. Grayscale: #A2A2A2. Windows color (decimal): -6904645 or 12297366. OLE color: 12297366.
HSL color Cylindrical-coordinate representation of color #96A4BB: hue angle of 217.3º 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 #96A4BB is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 164 | 187 | - |
| CMYK | 0.20 | 0.12 | 0 | 0.27 |
| HSL | 217.3º | 0.21% | 0.66% | - |
| HSV(B) | 217.3º | 0.2% | 0.73% | - |
| XYZ | 34.82 | 36.62 | 52.25 | - |
| YUV | 162.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 164 | 187 | 0.20 | 0.12 | 0 | 0.27 | 217.3 | 0.21 | 0.66 |
| Hex | 96 | A4 | BB | 14 | C | 0 | 1B | D9 | 15 | 42 |
| Octal | 226 | 244 | 273 | 24 | 14 | 0 | 33 | 331 | 25 | 102 |
| Binary | 10010110 | 10100100 | 10111011 | 10100 | 1100 | 0 | 11011 | 11011001 | 10101 | 1000010 |
Color Harmonies of #96A4BB
Complementary color
Monochromatic Colors of #96A4BB
Black with #96A4BB
Text Example
Text Example
White with #96A4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A4BB; }
p { color: rgb(150,164,187); }
H1.HeaderClassName
{
color: #96A4BB;
}
.AnyTagClassName
{
color: #96A4BB;
}
</style>
background-color css
<style>
a { background-color: #96A4BB; }
a { background-color: rgb(150,164,187); }
div.DivClassName
{
background-color: #96A4BB;
}
.BgClassName
{
background-color: #96A4BB;
}
</style>
border-color css
<style>
span { border-color: #96A4BB; }
span { border-color: rgb(150,164,187); }
td.TdClassName
{
border-color: #96A4BB;
}
.TagClassName
{
border-color: #96A4BB;
}
</style>