Shades of Bali Hai #819CAC
Tints of Bali Hai #819CAC
RGB
CMYK
RGB Variations
Color information
#819CAC (or 0x819CAC) is known color: Bali Hai. HEX triplet: 81, 9C and AC. RGB value is (129,156,172). Sum of RGB (Red+Green+Blue) = 129+156+172=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #819CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819CAC is #7E6353. Grayscale: #959595. Windows color (decimal): -8282964 or 11312257. OLE color: 11312257.
HSL color Cylindrical-coordinate representation of color #819CAC: hue angle of 202.33º 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 #819CAC is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 156 | 172 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.33 |
| HSL | 202.33º | 0.21% | 0.59% | - |
| HSV(B) | 202.33º | 0.25% | 0.67% | - |
| XYZ | 28.39 | 31.42 | 43.6 | - |
| YUV | 149.75 | 140.55 | 113.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 156 | 172 | 0.25 | 0.09 | 0 | 0.33 | 202.33 | 0.21 | 0.59 |
| Hex | 81 | 9C | AC | 19 | 9 | 0 | 21 | CA | 15 | 3B |
| Octal | 201 | 234 | 254 | 31 | 11 | 0 | 41 | 312 | 25 | 73 |
| Binary | 10000001 | 10011100 | 10101100 | 11001 | 1001 | 0 | 100001 | 11001010 | 10101 | 111011 |
Color Harmonies of #819CAC
Complementary color
Monochromatic Colors of #819CAC
Black with #819CAC
Text Example
Text Example
White with #819CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819CAC; }
p { color: rgb(129,156,172); }
H1.HeaderClassName
{
color: #819CAC;
}
.AnyTagClassName
{
color: #819CAC;
}
</style>
background-color css
<style>
a { background-color: #819CAC; }
a { background-color: rgb(129,156,172); }
div.DivClassName
{
background-color: #819CAC;
}
.BgClassName
{
background-color: #819CAC;
}
</style>
border-color css
<style>
span { border-color: #819CAC; }
span { border-color: rgb(129,156,172); }
td.TdClassName
{
border-color: #819CAC;
}
.TagClassName
{
border-color: #819CAC;
}
</style>