Shades of Rock Blue #819BBD
Tints of Rock Blue #819BBD
RGB
CMYK
RGB Variations
Color information
#819BBD (or 0x819BBD) is known color: Rock Blue. HEX triplet: 81, 9B and BD. RGB value is (129,155,189). Sum of RGB (Red+Green+Blue) = 129+155+189=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 189 (74.22% from 255 or 39.96% from 473); Max value from RGB is 189 - color contains mainly: blue. Hex color #819BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819BBD is #7E6442. Grayscale: #969696. Windows color (decimal): -8283203 or 12426113. OLE color: 12426113.
HSL color Cylindrical-coordinate representation of color #819BBD: hue angle of 214º 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 #819BBD is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 155 | 189 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.26 |
| HSL | 214º | 0.31% | 0.62% | - |
| HSV(B) | 214º | 0.32% | 0.74% | - |
| XYZ | 29.96 | 31.78 | 52.7 | - |
| YUV | 151.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 189 | 0.32 | 0.18 | 0 | 0.26 | 214 | 0.31 | 0.62 |
| Hex | 81 | 9B | BD | 20 | 12 | 0 | 1A | D6 | 1F | 3E |
| Octal | 201 | 233 | 275 | 40 | 22 | 0 | 32 | 326 | 37 | 76 |
| Binary | 10000001 | 10011011 | 10111101 | 100000 | 10010 | 0 | 11010 | 11010110 | 11111 | 111110 |
Color Harmonies of #819BBD
Complementary color
Monochromatic Colors of #819BBD
Black with #819BBD
Text Example
Text Example
White with #819BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BBD; }
p { color: rgb(129,155,189); }
H1.HeaderClassName
{
color: #819BBD;
}
.AnyTagClassName
{
color: #819BBD;
}
</style>
background-color css
<style>
a { background-color: #819BBD; }
a { background-color: rgb(129,155,189); }
div.DivClassName
{
background-color: #819BBD;
}
.BgClassName
{
background-color: #819BBD;
}
</style>
border-color css
<style>
span { border-color: #819BBD; }
span { border-color: rgb(129,155,189); }
td.TdClassName
{
border-color: #819BBD;
}
.TagClassName
{
border-color: #819BBD;
}
</style>