Shades of Bali Hai #809AB4
Tints of Bali Hai #809AB4
RGB
CMYK
RGB Variations
Color information
#809AB4 (or 0x809AB4) is known color: Bali Hai. HEX triplet: 80, 9A and B4. RGB value is (128,154,180). Sum of RGB (Red+Green+Blue) = 128+154+180=462 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.71% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 180 (70.70% from 255 or 38.96% from 462); Max value from RGB is 180 - color contains mainly: blue. Hex color #809AB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #809AB4 is #7F654B. Grayscale: #959595. Windows color (decimal): -8349004 or 11836032. OLE color: 11836032.
HSL color Cylindrical-coordinate representation of color #809AB4: hue angle of 210º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #809AB4 is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 154 | 180 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.29 |
| HSL | 210º | 0.26% | 0.6% | - |
| HSV(B) | 210º | 0.29% | 0.71% | - |
| XYZ | 28.7 | 31 | 47.65 | - |
| YUV | 149.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 154 | 180 | 0.29 | 0.14 | 0 | 0.29 | 210 | 0.26 | 0.6 |
| Hex | 80 | 9A | B4 | 1D | E | 0 | 1D | D2 | 1A | 3C |
| Octal | 200 | 232 | 264 | 35 | 16 | 0 | 35 | 322 | 32 | 74 |
| Binary | 10000000 | 10011010 | 10110100 | 11101 | 1110 | 0 | 11101 | 11010010 | 11010 | 111100 |
Color Harmonies of #809AB4
Complementary color
Monochromatic Colors of #809AB4
Black with #809AB4
Text Example
Text Example
White with #809AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809AB4; }
p { color: rgb(128,154,180); }
H1.HeaderClassName
{
color: #809AB4;
}
.AnyTagClassName
{
color: #809AB4;
}
</style>
background-color css
<style>
a { background-color: #809AB4; }
a { background-color: rgb(128,154,180); }
div.DivClassName
{
background-color: #809AB4;
}
.BgClassName
{
background-color: #809AB4;
}
</style>
border-color css
<style>
span { border-color: #809AB4; }
span { border-color: rgb(128,154,180); }
td.TdClassName
{
border-color: #809AB4;
}
.TagClassName
{
border-color: #809AB4;
}
</style>