Shades of Rock Blue #96A1B4
Tints of Rock Blue #96A1B4
RGB
CMYK
RGB Variations
Color information
#96A1B4 (or 0x96A1B4) is known color: Rock Blue. HEX triplet: 96, A1 and B4. RGB value is (150,161,180). Sum of RGB (Red+Green+Blue) = 150+161+180=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 180 - color contains mainly: blue. Hex color #96A1B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #96A1B4 is #695E4B. Grayscale: #9F9F9F. Windows color (decimal): -6905420 or 11837846. OLE color: 11837846.
HSL color Cylindrical-coordinate representation of color #96A1B4: hue angle of 218º 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 #96A1B4 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 150 | 161 | 180 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.29 |
| HSL | 218º | 0.17% | 0.65% | - |
| HSV(B) | 218º | 0.17% | 0.71% | - |
| XYZ | 33.56 | 35.27 | 48.22 | - |
| YUV | 159.88 | 139.36 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 161 | 180 | 0.17 | 0.11 | 0 | 0.29 | 218 | 0.17 | 0.65 |
| Hex | 96 | A1 | B4 | 11 | B | 0 | 1D | DA | 11 | 41 |
| Octal | 226 | 241 | 264 | 21 | 13 | 0 | 35 | 332 | 21 | 101 |
| Binary | 10010110 | 10100001 | 10110100 | 10001 | 1011 | 0 | 11101 | 11011010 | 10001 | 1000001 |
Color Harmonies of #96A1B4
Complementary color
Monochromatic Colors of #96A1B4
Black with #96A1B4
Text Example
Text Example
White with #96A1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A1B4; }
p { color: rgb(150,161,180); }
H1.HeaderClassName
{
color: #96A1B4;
}
.AnyTagClassName
{
color: #96A1B4;
}
</style>
background-color css
<style>
a { background-color: #96A1B4; }
a { background-color: rgb(150,161,180); }
div.DivClassName
{
background-color: #96A1B4;
}
.BgClassName
{
background-color: #96A1B4;
}
</style>
border-color css
<style>
span { border-color: #96A1B4; }
span { border-color: rgb(150,161,180); }
td.TdClassName
{
border-color: #96A1B4;
}
.TagClassName
{
border-color: #96A1B4;
}
</style>