Shades of Rock Blue #819ABB
Tints of Rock Blue #819ABB
RGB
CMYK
RGB Variations
Color information
#819ABB (or 0x819ABB) is known color: Rock Blue. HEX triplet: 81, 9A and BB. RGB value is (129,154,187). Sum of RGB (Red+Green+Blue) = 129+154+187=470 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.45% from 470); Green value is 154 (60.55% from 255 or 32.77% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 187 - color contains mainly: blue. Hex color #819ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ABB is #7E6544. Grayscale: #969696. Windows color (decimal): -8283461 or 12294785. OLE color: 12294785.
HSL color Cylindrical-coordinate representation of color #819ABB: hue angle of 214.14º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #819ABB is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 154 | 187 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.27 |
| HSL | 214.14º | 0.3% | 0.62% | - |
| HSV(B) | 214.14º | 0.31% | 0.73% | - |
| XYZ | 29.58 | 31.37 | 51.51 | - |
| YUV | 150.29 | 148.72 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 187 | 0.31 | 0.18 | 0 | 0.27 | 214.14 | 0.3 | 0.62 |
| Hex | 81 | 9A | BB | 1F | 12 | 0 | 1B | D6 | 1E | 3E |
| Octal | 201 | 232 | 273 | 37 | 22 | 0 | 33 | 326 | 36 | 76 |
| Binary | 10000001 | 10011010 | 10111011 | 11111 | 10010 | 0 | 11011 | 11010110 | 11110 | 111110 |
Color Harmonies of #819ABB
Complementary color
Monochromatic Colors of #819ABB
Black with #819ABB
Text Example
Text Example
White with #819ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819ABB; }
p { color: rgb(129,154,187); }
H1.HeaderClassName
{
color: #819ABB;
}
.AnyTagClassName
{
color: #819ABB;
}
</style>
background-color css
<style>
a { background-color: #819ABB; }
a { background-color: rgb(129,154,187); }
div.DivClassName
{
background-color: #819ABB;
}
.BgClassName
{
background-color: #819ABB;
}
</style>
border-color css
<style>
span { border-color: #819ABB; }
span { border-color: rgb(129,154,187); }
td.TdClassName
{
border-color: #819ABB;
}
.TagClassName
{
border-color: #819ABB;
}
</style>