Shades of Bali Hai #809BAC
Tints of Bali Hai #809BAC
RGB
CMYK
RGB Variations
Color information
#809BAC (or 0x809BAC) is known color: Bali Hai. HEX triplet: 80, 9B and AC. RGB value is (128,155,172). Sum of RGB (Red+Green+Blue) = 128+155+172=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 172 - color contains mainly: blue. Hex color #809BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809BAC is #7F6453. Grayscale: #949494. Windows color (decimal): -8348756 or 11312000. OLE color: 11312000.
HSL color Cylindrical-coordinate representation of color #809BAC: hue angle of 203.18º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #809BAC is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 155 | 172 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.33 |
| HSL | 203.18º | 0.21% | 0.59% | - |
| HSV(B) | 203.18º | 0.26% | 0.67% | - |
| XYZ | 28.07 | 31.01 | 43.54 | - |
| YUV | 148.87 | 141.05 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 155 | 172 | 0.26 | 0.10 | 0 | 0.33 | 203.18 | 0.21 | 0.59 |
| Hex | 80 | 9B | AC | 1A | A | 0 | 21 | CB | 15 | 3B |
| Octal | 200 | 233 | 254 | 32 | 12 | 0 | 41 | 313 | 25 | 73 |
| Binary | 10000000 | 10011011 | 10101100 | 11010 | 1010 | 0 | 100001 | 11001011 | 10101 | 111011 |
Color Harmonies of #809BAC
Complementary color
Monochromatic Colors of #809BAC
Black with #809BAC
Text Example
Text Example
White with #809BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809BAC; }
p { color: rgb(128,155,172); }
H1.HeaderClassName
{
color: #809BAC;
}
.AnyTagClassName
{
color: #809BAC;
}
</style>
background-color css
<style>
a { background-color: #809BAC; }
a { background-color: rgb(128,155,172); }
div.DivClassName
{
background-color: #809BAC;
}
.BgClassName
{
background-color: #809BAC;
}
</style>
border-color css
<style>
span { border-color: #809BAC; }
span { border-color: rgb(128,155,172); }
td.TdClassName
{
border-color: #809BAC;
}
.TagClassName
{
border-color: #809BAC;
}
</style>