Shades of Rock Blue #809ABB
Tints of Rock Blue #809ABB
RGB
CMYK
RGB Variations
Color information
#809ABB (or 0x809ABB) is known color: Rock Blue. HEX triplet: 80, 9A and BB. RGB value is (128,154,187). Sum of RGB (Red+Green+Blue) = 128+154+187=469 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.29% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 187 - color contains mainly: blue. Hex color #809ABB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809ABB is #7F6544. Grayscale: #959595. Windows color (decimal): -8348997 or 12294784. OLE color: 12294784.
HSL color Cylindrical-coordinate representation of color #809ABB: hue angle of 213.56º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #809ABB is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 154 | 187 | - |
| CMYK | 0.32 | 0.18 | 0 | 0.27 |
| HSL | 213.56º | 0.3% | 0.62% | - |
| HSV(B) | 213.56º | 0.32% | 0.73% | - |
| XYZ | 29.43 | 31.29 | 51.5 | - |
| YUV | 149.99 | 148.89 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 154 | 187 | 0.32 | 0.18 | 0 | 0.27 | 213.56 | 0.3 | 0.62 |
| Hex | 80 | 9A | BB | 20 | 12 | 0 | 1B | D6 | 1E | 3E |
| Octal | 200 | 232 | 273 | 40 | 22 | 0 | 33 | 326 | 36 | 76 |
| Binary | 10000000 | 10011010 | 10111011 | 100000 | 10010 | 0 | 11011 | 11010110 | 11110 | 111110 |
Color Harmonies of #809ABB
Complementary color
Monochromatic Colors of #809ABB
Black with #809ABB
Text Example
Text Example
White with #809ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809ABB; }
p { color: rgb(128,154,187); }
H1.HeaderClassName
{
color: #809ABB;
}
.AnyTagClassName
{
color: #809ABB;
}
</style>
background-color css
<style>
a { background-color: #809ABB; }
a { background-color: rgb(128,154,187); }
div.DivClassName
{
background-color: #809ABB;
}
.BgClassName
{
background-color: #809ABB;
}
</style>
border-color css
<style>
span { border-color: #809ABB; }
span { border-color: rgb(128,154,187); }
td.TdClassName
{
border-color: #809ABB;
}
.TagClassName
{
border-color: #809ABB;
}
</style>