Shades of Rock Blue #99A3B2
Tints of Rock Blue #99A3B2
RGB
CMYK
RGB Variations
Color information
#99A3B2 (or 0x99A3B2) is known color: Rock Blue. HEX triplet: 99, A3 and B2. RGB value is (153,163,178). Sum of RGB (Red+Green+Blue) = 153+163+178=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 163 (64.06% from 255 or 33.00% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 178 - color contains mainly: blue. Hex color #99A3B2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99A3B2 is #665C4D. Grayscale: #A1A1A1. Windows color (decimal): -6708302 or 11707289. OLE color: 11707289.
HSL color Cylindrical-coordinate representation of color #99A3B2: hue angle of 216º degrees, saturation: 0.14, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #99A3B2 is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 153 | 163 | 178 | - |
| CMYK | 0.14 | 0.08 | 0 | 0.30 |
| HSL | 216º | 0.14% | 0.65% | - |
| HSV(B) | 216º | 0.14% | 0.7% | - |
| XYZ | 34.27 | 36.18 | 47.3 | - |
| YUV | 161.72 | 137.19 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 163 | 178 | 0.14 | 0.08 | 0 | 0.30 | 216 | 0.14 | 0.65 |
| Hex | 99 | A3 | B2 | E | 8 | 0 | 1E | D8 | E | 41 |
| Octal | 231 | 243 | 262 | 16 | 10 | 0 | 36 | 330 | 16 | 101 |
| Binary | 10011001 | 10100011 | 10110010 | 1110 | 1000 | 0 | 11110 | 11011000 | 1110 | 1000001 |
Color Harmonies of #99A3B2
Complementary color
Monochromatic Colors of #99A3B2
Black with #99A3B2
Text Example
Text Example
White with #99A3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A3B2; }
p { color: rgb(153,163,178); }
H1.HeaderClassName
{
color: #99A3B2;
}
.AnyTagClassName
{
color: #99A3B2;
}
</style>
background-color css
<style>
a { background-color: #99A3B2; }
a { background-color: rgb(153,163,178); }
div.DivClassName
{
background-color: #99A3B2;
}
.BgClassName
{
background-color: #99A3B2;
}
</style>
border-color css
<style>
span { border-color: #99A3B2; }
span { border-color: rgb(153,163,178); }
td.TdClassName
{
border-color: #99A3B2;
}
.TagClassName
{
border-color: #99A3B2;
}
</style>