Shades of Bali Hai #819BAC
Tints of Bali Hai #819BAC
RGB
CMYK
RGB Variations
Color information
#819BAC (or 0x819BAC) is known color: Bali Hai. HEX triplet: 81, 9B and AC. RGB value is (129,155,172). Sum of RGB (Red+Green+Blue) = 129+155+172=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 155 (60.94% from 255 or 33.99% 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 #819BAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819BAC is #7E6453. Grayscale: #959595. Windows color (decimal): -8283220 or 11312001. OLE color: 11312001.
HSL color Cylindrical-coordinate representation of color #819BAC: hue angle of 203.72º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #819BAC is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 155 | 172 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.33 |
| HSL | 203.72º | 0.21% | 0.59% | - |
| HSV(B) | 203.72º | 0.25% | 0.67% | - |
| XYZ | 28.22 | 31.09 | 43.54 | - |
| YUV | 149.16 | 140.89 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 172 | 0.25 | 0.10 | 0 | 0.33 | 203.72 | 0.21 | 0.59 |
| Hex | 81 | 9B | AC | 19 | A | 0 | 21 | CC | 15 | 3B |
| Octal | 201 | 233 | 254 | 31 | 12 | 0 | 41 | 314 | 25 | 73 |
| Binary | 10000001 | 10011011 | 10101100 | 11001 | 1010 | 0 | 100001 | 11001100 | 10101 | 111011 |
Color Harmonies of #819BAC
Complementary color
Monochromatic Colors of #819BAC
Black with #819BAC
Text Example
Text Example
White with #819BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BAC; }
p { color: rgb(129,155,172); }
H1.HeaderClassName
{
color: #819BAC;
}
.AnyTagClassName
{
color: #819BAC;
}
</style>
background-color css
<style>
a { background-color: #819BAC; }
a { background-color: rgb(129,155,172); }
div.DivClassName
{
background-color: #819BAC;
}
.BgClassName
{
background-color: #819BAC;
}
</style>
border-color css
<style>
span { border-color: #819BAC; }
span { border-color: rgb(129,155,172); }
td.TdClassName
{
border-color: #819BAC;
}
.TagClassName
{
border-color: #819BAC;
}
</style>