Shades of Bali Hai #8099AC
Tints of Bali Hai #8099AC
RGB
CMYK
RGB Variations
Color information
#8099AC (or 0x8099AC) is known color: Bali Hai. HEX triplet: 80, 99 and AC. RGB value is (128,153,172). Sum of RGB (Red+Green+Blue) = 128+153+172=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #8099AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8099AC is #7F6653. Grayscale: #939393. Windows color (decimal): -8349268 or 11311488. OLE color: 11311488.
HSL color Cylindrical-coordinate representation of color #8099AC: hue angle of 205.91º 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 #8099AC is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 153 | 172 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.33 |
| HSL | 205.91º | 0.21% | 0.59% | - |
| HSV(B) | 205.91º | 0.26% | 0.67% | - |
| XYZ | 27.74 | 30.35 | 43.43 | - |
| YUV | 147.69 | 141.72 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 153 | 172 | 0.26 | 0.11 | 0 | 0.33 | 205.91 | 0.21 | 0.59 |
| Hex | 80 | 99 | AC | 1A | B | 0 | 21 | CE | 15 | 3B |
| Octal | 200 | 231 | 254 | 32 | 13 | 0 | 41 | 316 | 25 | 73 |
| Binary | 10000000 | 10011001 | 10101100 | 11010 | 1011 | 0 | 100001 | 11001110 | 10101 | 111011 |
Color Harmonies of #8099AC
Complementary color
Monochromatic Colors of #8099AC
Black with #8099AC
Text Example
Text Example
White with #8099AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8099AC; }
p { color: rgb(128,153,172); }
H1.HeaderClassName
{
color: #8099AC;
}
.AnyTagClassName
{
color: #8099AC;
}
</style>
background-color css
<style>
a { background-color: #8099AC; }
a { background-color: rgb(128,153,172); }
div.DivClassName
{
background-color: #8099AC;
}
.BgClassName
{
background-color: #8099AC;
}
</style>
border-color css
<style>
span { border-color: #8099AC; }
span { border-color: rgb(128,153,172); }
td.TdClassName
{
border-color: #8099AC;
}
.TagClassName
{
border-color: #8099AC;
}
</style>