Shades of Bali Hai #809CAC
Tints of Bali Hai #809CAC
RGB
CMYK
RGB Variations
Color information
#809CAC (or 0x809CAC) is known color: Bali Hai. HEX triplet: 80, 9C and AC. RGB value is (128,156,172). Sum of RGB (Red+Green+Blue) = 128+156+172=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 156 (61.33% from 255 or 34.21% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #809CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809CAC is #7F6353. Grayscale: #959595. Windows color (decimal): -8348500 or 11312256. OLE color: 11312256.
HSL color Cylindrical-coordinate representation of color #809CAC: hue angle of 201.82º 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 #809CAC is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 156 | 172 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.33 |
| HSL | 201.82º | 0.21% | 0.59% | - |
| HSV(B) | 201.82º | 0.26% | 0.67% | - |
| XYZ | 28.24 | 31.34 | 43.59 | - |
| YUV | 149.45 | 140.72 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 156 | 172 | 0.26 | 0.09 | 0 | 0.33 | 201.82 | 0.21 | 0.59 |
| Hex | 80 | 9C | AC | 1A | 9 | 0 | 21 | CA | 15 | 3B |
| Octal | 200 | 234 | 254 | 32 | 11 | 0 | 41 | 312 | 25 | 73 |
| Binary | 10000000 | 10011100 | 10101100 | 11010 | 1001 | 0 | 100001 | 11001010 | 10101 | 111011 |
Color Harmonies of #809CAC
Complementary color
Monochromatic Colors of #809CAC
Black with #809CAC
Text Example
Text Example
White with #809CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #809CAC; }
p { color: rgb(128,156,172); }
H1.HeaderClassName
{
color: #809CAC;
}
.AnyTagClassName
{
color: #809CAC;
}
</style>
background-color css
<style>
a { background-color: #809CAC; }
a { background-color: rgb(128,156,172); }
div.DivClassName
{
background-color: #809CAC;
}
.BgClassName
{
background-color: #809CAC;
}
</style>
border-color css
<style>
span { border-color: #809CAC; }
span { border-color: rgb(128,156,172); }
td.TdClassName
{
border-color: #809CAC;
}
.TagClassName
{
border-color: #809CAC;
}
</style>