Shades of Rock Blue #809BBD
Tints of Rock Blue #809BBD
RGB
CMYK
RGB Variations
Color information
#809BBD (or 0x809BBD) is known color: Rock Blue. HEX triplet: 80, 9B and BD. RGB value is (128,155,189). Sum of RGB (Red+Green+Blue) = 128+155+189=472 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.12% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 189 - color contains mainly: blue. Hex color #809BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809BBD is #7F6442. Grayscale: #969696. Windows color (decimal): -8348739 or 12426112. OLE color: 12426112.
HSL color Cylindrical-coordinate representation of color #809BBD: hue angle of 213.44º degrees, saturation: 0.32, 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 #809BBD is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 155 | 189 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.26 |
| HSL | 213.44º | 0.32% | 0.62% | - |
| HSV(B) | 213.44º | 0.32% | 0.74% | - |
| XYZ | 29.81 | 31.71 | 52.69 | - |
| YUV | 150.8 | 149.55 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 155 | 189 | 0.32 | 0.18 | 0 | 0.26 | 213.44 | 0.32 | 0.62 |
| Hex | 80 | 9B | BD | 20 | 12 | 0 | 1A | D5 | 20 | 3E |
| Octal | 200 | 233 | 275 | 40 | 22 | 0 | 32 | 325 | 40 | 76 |
| Binary | 10000000 | 10011011 | 10111101 | 100000 | 10010 | 0 | 11010 | 11010101 | 100000 | 111110 |
Color Harmonies of #809BBD
Complementary color
Monochromatic Colors of #809BBD
Black with #809BBD
Text Example
Text Example
White with #809BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809BBD; }
p { color: rgb(128,155,189); }
H1.HeaderClassName
{
color: #809BBD;
}
.AnyTagClassName
{
color: #809BBD;
}
</style>
background-color css
<style>
a { background-color: #809BBD; }
a { background-color: rgb(128,155,189); }
div.DivClassName
{
background-color: #809BBD;
}
.BgClassName
{
background-color: #809BBD;
}
</style>
border-color css
<style>
span { border-color: #809BBD; }
span { border-color: rgb(128,155,189); }
td.TdClassName
{
border-color: #809BBD;
}
.TagClassName
{
border-color: #809BBD;
}
</style>