Shades of Rock Blue #96A3B1
Tints of Rock Blue #96A3B1
RGB
CMYK
RGB Variations
Color information
#96A3B1 (or 0x96A3B1) is known color: Rock Blue. HEX triplet: 96, A3 and B1. RGB value is (150,163,177). Sum of RGB (Red+Green+Blue) = 150+163+177=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 177 (69.53% from 255 or 36.12% from 490); Max value from RGB is 177 - color contains mainly: blue. Hex color #96A3B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A3B1 is #695C4E. Grayscale: #A0A0A0. Windows color (decimal): -6904911 or 11641750. OLE color: 11641750.
HSL color Cylindrical-coordinate representation of color #96A3B1: hue angle of 211.11º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #96A3B1 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 163 | 177 | - |
| CMYK | 0.15 | 0.08 | 0 | 0.31 |
| HSL | 211.11º | 0.15% | 0.64% | - |
| HSV(B) | 211.11º | 0.15% | 0.69% | - |
| XYZ | 33.61 | 35.85 | 46.74 | - |
| YUV | 160.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 163 | 177 | 0.15 | 0.08 | 0 | 0.31 | 211.11 | 0.15 | 0.64 |
| Hex | 96 | A3 | B1 | F | 8 | 0 | 1F | D3 | F | 40 |
| Octal | 226 | 243 | 261 | 17 | 10 | 0 | 37 | 323 | 17 | 100 |
| Binary | 10010110 | 10100011 | 10110001 | 1111 | 1000 | 0 | 11111 | 11010011 | 1111 | 1000000 |
Color Harmonies of #96A3B1
Complementary color
Monochromatic Colors of #96A3B1
Black with #96A3B1
Text Example
Text Example
White with #96A3B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A3B1; }
p { color: rgb(150,163,177); }
H1.HeaderClassName
{
color: #96A3B1;
}
.AnyTagClassName
{
color: #96A3B1;
}
</style>
background-color css
<style>
a { background-color: #96A3B1; }
a { background-color: rgb(150,163,177); }
div.DivClassName
{
background-color: #96A3B1;
}
.BgClassName
{
background-color: #96A3B1;
}
</style>
border-color css
<style>
span { border-color: #96A3B1; }
span { border-color: rgb(150,163,177); }
td.TdClassName
{
border-color: #96A3B1;
}
.TagClassName
{
border-color: #96A3B1;
}
</style>