Shades of Rock Blue #96A3B2
Tints of Rock Blue #96A3B2
RGB
CMYK
RGB Variations
Color information
#96A3B2 (or 0x96A3B2) is known color: Rock Blue. HEX triplet: 96, A3 and B2. RGB value is (150,163,178). Sum of RGB (Red+Green+Blue) = 150+163+178=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 178 - color contains mainly: blue. Hex color #96A3B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A3B2 is #695C4D. Grayscale: #A0A0A0. Windows color (decimal): -6904910 or 11707286. OLE color: 11707286.
HSL color Cylindrical-coordinate representation of color #96A3B2: hue angle of 212.14º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #96A3B2 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 150 | 163 | 178 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.30 |
| HSL | 212.14º | 0.15% | 0.64% | - |
| HSV(B) | 212.14º | 0.16% | 0.7% | - |
| XYZ | 33.71 | 35.89 | 47.27 | - |
| YUV | 160.82 | 137.69 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 178 | 0.16 | 0.08 | 0 | 0.30 | 212.14 | 0.15 | 0.64 |
| Hex | 96 | A3 | B2 | 10 | 8 | 0 | 1E | D4 | F | 40 |
| Octal | 226 | 243 | 262 | 20 | 10 | 0 | 36 | 324 | 17 | 100 |
| Binary | 10010110 | 10100011 | 10110010 | 10000 | 1000 | 0 | 11110 | 11010100 | 1111 | 1000000 |
Color Harmonies of #96A3B2
Complementary color
Monochromatic Colors of #96A3B2
Black with #96A3B2
Text Example
Text Example
White with #96A3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A3B2; }
p { color: rgb(150,163,178); }
H1.HeaderClassName
{
color: #96A3B2;
}
.AnyTagClassName
{
color: #96A3B2;
}
</style>
background-color css
<style>
a { background-color: #96A3B2; }
a { background-color: rgb(150,163,178); }
div.DivClassName
{
background-color: #96A3B2;
}
.BgClassName
{
background-color: #96A3B2;
}
</style>
border-color css
<style>
span { border-color: #96A3B2; }
span { border-color: rgb(150,163,178); }
td.TdClassName
{
border-color: #96A3B2;
}
.TagClassName
{
border-color: #96A3B2;
}
</style>