Shades of Rock Blue #819ABC
Tints of Rock Blue #819ABC
RGB
CMYK
RGB Variations
Color information
#819ABC (or 0x819ABC) is known color: Rock Blue. HEX triplet: 81, 9A and BC. RGB value is (129,154,188). Sum of RGB (Red+Green+Blue) = 129+154+188=471 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.39% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 188 (73.83% from 255 or 39.92% from 471); Max value from RGB is 188 - color contains mainly: blue. Hex color #819ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ABC is #7E6543. Grayscale: #969696. Windows color (decimal): -8283460 or 12360321. OLE color: 12360321.
HSL color Cylindrical-coordinate representation of color #819ABC: hue angle of 214.58º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #819ABC is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 154 | 188 | - |
| CMYK | 0.31 | 0.18 | 0 | 0.26 |
| HSL | 214.58º | 0.31% | 0.62% | - |
| HSV(B) | 214.58º | 0.31% | 0.74% | - |
| XYZ | 29.69 | 31.41 | 52.07 | - |
| YUV | 150.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 188 | 0.31 | 0.18 | 0 | 0.26 | 214.58 | 0.31 | 0.62 |
| Hex | 81 | 9A | BC | 1F | 12 | 0 | 1A | D7 | 1F | 3E |
| Octal | 201 | 232 | 274 | 37 | 22 | 0 | 32 | 327 | 37 | 76 |
| Binary | 10000001 | 10011010 | 10111100 | 11111 | 10010 | 0 | 11010 | 11010111 | 11111 | 111110 |
Color Harmonies of #819ABC
Complementary color
Monochromatic Colors of #819ABC
Black with #819ABC
Text Example
Text Example
White with #819ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819ABC; }
p { color: rgb(129,154,188); }
H1.HeaderClassName
{
color: #819ABC;
}
.AnyTagClassName
{
color: #819ABC;
}
</style>
background-color css
<style>
a { background-color: #819ABC; }
a { background-color: rgb(129,154,188); }
div.DivClassName
{
background-color: #819ABC;
}
.BgClassName
{
background-color: #819ABC;
}
</style>
border-color css
<style>
span { border-color: #819ABC; }
span { border-color: rgb(129,154,188); }
td.TdClassName
{
border-color: #819ABC;
}
.TagClassName
{
border-color: #819ABC;
}
</style>