Shades of Bali Hai #819DAA
Tints of Bali Hai #819DAA
RGB
CMYK
RGB Variations
Color information
#819DAA (or 0x819DAA) is known color: Bali Hai. HEX triplet: 81, 9D and AA. RGB value is (129,157,170). Sum of RGB (Red+Green+Blue) = 129+157+170=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 157 (61.72% from 255 or 34.43% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 170 - color contains mainly: blue. Hex color #819DAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819DAA is #7E6255. Grayscale: #969696. Windows color (decimal): -8282710 or 11181441. OLE color: 11181441.
HSL color Cylindrical-coordinate representation of color #819DAA: hue angle of 199.02º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #819DAA is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 157 | 170 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.33 |
| HSL | 199.02º | 0.19% | 0.59% | - |
| HSV(B) | 199.02º | 0.24% | 0.67% | - |
| XYZ | 28.37 | 31.68 | 42.65 | - |
| YUV | 150.11 | 139.22 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 157 | 170 | 0.24 | 0.08 | 0 | 0.33 | 199.02 | 0.19 | 0.59 |
| Hex | 81 | 9D | AA | 18 | 8 | 0 | 21 | C7 | 13 | 3B |
| Octal | 201 | 235 | 252 | 30 | 10 | 0 | 41 | 307 | 23 | 73 |
| Binary | 10000001 | 10011101 | 10101010 | 11000 | 1000 | 0 | 100001 | 11000111 | 10011 | 111011 |
Color Harmonies of #819DAA
Complementary color
Monochromatic Colors of #819DAA
Black with #819DAA
Text Example
Text Example
White with #819DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819DAA; }
p { color: rgb(129,157,170); }
H1.HeaderClassName
{
color: #819DAA;
}
.AnyTagClassName
{
color: #819DAA;
}
</style>
background-color css
<style>
a { background-color: #819DAA; }
a { background-color: rgb(129,157,170); }
div.DivClassName
{
background-color: #819DAA;
}
.BgClassName
{
background-color: #819DAA;
}
</style>
border-color css
<style>
span { border-color: #819DAA; }
span { border-color: rgb(129,157,170); }
td.TdClassName
{
border-color: #819DAA;
}
.TagClassName
{
border-color: #819DAA;
}
</style>