Shades of Rock Blue #819CBD
Tints of Rock Blue #819CBD
RGB
CMYK
RGB Variations
Color information
#819CBD (or 0x819CBD) is known color: Rock Blue. HEX triplet: 81, 9C and BD. RGB value is (129,156,189). Sum of RGB (Red+Green+Blue) = 129+156+189=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 189 (74.22% from 255 or 39.87% from 474); Max value from RGB is 189 - color contains mainly: blue. Hex color #819CBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819CBD is #7E6342. Grayscale: #979797. Windows color (decimal): -8282947 or 12426369. OLE color: 12426369.
HSL color Cylindrical-coordinate representation of color #819CBD: hue angle of 213º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #819CBD is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 156 | 189 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.26 |
| HSL | 213º | 0.31% | 0.62% | - |
| HSV(B) | 213º | 0.32% | 0.74% | - |
| XYZ | 30.13 | 32.12 | 52.76 | - |
| YUV | 151.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 189 | 0.32 | 0.17 | 0 | 0.26 | 213 | 0.31 | 0.62 |
| Hex | 81 | 9C | BD | 20 | 11 | 0 | 1A | D5 | 1F | 3E |
| Octal | 201 | 234 | 275 | 40 | 21 | 0 | 32 | 325 | 37 | 76 |
| Binary | 10000001 | 10011100 | 10111101 | 100000 | 10001 | 0 | 11010 | 11010101 | 11111 | 111110 |
Color Harmonies of #819CBD
Complementary color
Monochromatic Colors of #819CBD
Black with #819CBD
Text Example
Text Example
White with #819CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819CBD; }
p { color: rgb(129,156,189); }
H1.HeaderClassName
{
color: #819CBD;
}
.AnyTagClassName
{
color: #819CBD;
}
</style>
background-color css
<style>
a { background-color: #819CBD; }
a { background-color: rgb(129,156,189); }
div.DivClassName
{
background-color: #819CBD;
}
.BgClassName
{
background-color: #819CBD;
}
</style>
border-color css
<style>
span { border-color: #819CBD; }
span { border-color: rgb(129,156,189); }
td.TdClassName
{
border-color: #819CBD;
}
.TagClassName
{
border-color: #819CBD;
}
</style>