Shades of Rock Blue #819DBD
Tints of Rock Blue #819DBD
RGB
CMYK
RGB Variations
Color information
#819DBD (or 0x819DBD) is known color: Rock Blue. HEX triplet: 81, 9D and BD. RGB value is (129,157,189). Sum of RGB (Red+Green+Blue) = 129+157+189=475 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.16% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 189 (74.22% from 255 or 39.79% from 475); Max value from RGB is 189 - color contains mainly: blue. Hex color #819DBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DBD is #7E6242. Grayscale: #989898. Windows color (decimal): -8282691 or 12426625. OLE color: 12426625.
HSL color Cylindrical-coordinate representation of color #819DBD: hue angle of 212º 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 #819DBD is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 157 | 189 | - |
| CMYK | 0.32 | 0.17 | 0 | 0.26 |
| HSL | 212º | 0.31% | 0.62% | - |
| HSV(B) | 212º | 0.32% | 0.74% | - |
| XYZ | 30.3 | 32.46 | 52.81 | - |
| YUV | 152.28 | 148.72 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 189 | 0.32 | 0.17 | 0 | 0.26 | 212 | 0.31 | 0.62 |
| Hex | 81 | 9D | BD | 20 | 11 | 0 | 1A | D4 | 1F | 3E |
| Octal | 201 | 235 | 275 | 40 | 21 | 0 | 32 | 324 | 37 | 76 |
| Binary | 10000001 | 10011101 | 10111101 | 100000 | 10001 | 0 | 11010 | 11010100 | 11111 | 111110 |
Color Harmonies of #819DBD
Complementary color
Monochromatic Colors of #819DBD
Black with #819DBD
Text Example
Text Example
White with #819DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DBD; }
p { color: rgb(129,157,189); }
H1.HeaderClassName
{
color: #819DBD;
}
.AnyTagClassName
{
color: #819DBD;
}
</style>
background-color css
<style>
a { background-color: #819DBD; }
a { background-color: rgb(129,157,189); }
div.DivClassName
{
background-color: #819DBD;
}
.BgClassName
{
background-color: #819DBD;
}
</style>
border-color css
<style>
span { border-color: #819DBD; }
span { border-color: rgb(129,157,189); }
td.TdClassName
{
border-color: #819DBD;
}
.TagClassName
{
border-color: #819DBD;
}
</style>