Shades of Rock Blue #819ABF
Tints of Rock Blue #819ABF
RGB
CMYK
RGB Variations
Color information
#819ABF (or 0x819ABF) is known color: Rock Blue. HEX triplet: 81, 9A and BF. RGB value is (129,154,191). Sum of RGB (Red+Green+Blue) = 129+154+191=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 191 - color contains mainly: blue. Hex color #819ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ABF is #7E6540. Grayscale: #969696. Windows color (decimal): -8283457 or 12556929. OLE color: 12556929.
HSL color Cylindrical-coordinate representation of color #819ABF: hue angle of 215.81º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #819ABF is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 154 | 191 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.25 |
| HSL | 215.81º | 0.33% | 0.63% | - |
| HSV(B) | 215.81º | 0.32% | 0.75% | - |
| XYZ | 30.01 | 31.54 | 53.8 | - |
| YUV | 150.74 | 150.72 | 112.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 154 | 191 | 0.32 | 0.19 | 0 | 0.25 | 215.81 | 0.33 | 0.63 |
| Hex | 81 | 9A | BF | 20 | 13 | 0 | 19 | D8 | 21 | 3F |
| Octal | 201 | 232 | 277 | 40 | 23 | 0 | 31 | 330 | 41 | 77 |
| Binary | 10000001 | 10011010 | 10111111 | 100000 | 10011 | 0 | 11001 | 11011000 | 100001 | 111111 |
Color Harmonies of #819ABF
Complementary color
Monochromatic Colors of #819ABF
Black with #819ABF
Text Example
Text Example
White with #819ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819ABF; }
p { color: rgb(129,154,191); }
H1.HeaderClassName
{
color: #819ABF;
}
.AnyTagClassName
{
color: #819ABF;
}
</style>
background-color css
<style>
a { background-color: #819ABF; }
a { background-color: rgb(129,154,191); }
div.DivClassName
{
background-color: #819ABF;
}
.BgClassName
{
background-color: #819ABF;
}
</style>
border-color css
<style>
span { border-color: #819ABF; }
span { border-color: rgb(129,154,191); }
td.TdClassName
{
border-color: #819ABF;
}
.TagClassName
{
border-color: #819ABF;
}
</style>