Shades of Bali Hai #819BA9
Tints of Bali Hai #819BA9
RGB
CMYK
RGB Variations
Color information
#819BA9 (or 0x819BA9) is known color: Bali Hai. HEX triplet: 81, 9B and A9. RGB value is (129,155,169). Sum of RGB (Red+Green+Blue) = 129+155+169=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 169 - color contains mainly: blue. Hex color #819BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819BA9 is #7E6456. Grayscale: #949494. Windows color (decimal): -8283223 or 11115393. OLE color: 11115393.
HSL color Cylindrical-coordinate representation of color #819BA9: hue angle of 201º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #819BA9 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 155 | 169 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.34 |
| HSL | 201º | 0.19% | 0.58% | - |
| HSV(B) | 201º | 0.24% | 0.66% | - |
| XYZ | 27.94 | 30.97 | 42.04 | - |
| YUV | 148.82 | 139.39 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 155 | 169 | 0.24 | 0.08 | 0 | 0.34 | 201 | 0.19 | 0.58 |
| Hex | 81 | 9B | A9 | 18 | 8 | 0 | 22 | C9 | 13 | 3A |
| Octal | 201 | 233 | 251 | 30 | 10 | 0 | 42 | 311 | 23 | 72 |
| Binary | 10000001 | 10011011 | 10101001 | 11000 | 1000 | 0 | 100010 | 11001001 | 10011 | 111010 |
Color Harmonies of #819BA9
Complementary color
Monochromatic Colors of #819BA9
Black with #819BA9
Text Example
Text Example
White with #819BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #819BA9; }
p { color: rgb(129,155,169); }
H1.HeaderClassName
{
color: #819BA9;
}
.AnyTagClassName
{
color: #819BA9;
}
</style>
background-color css
<style>
a { background-color: #819BA9; }
a { background-color: rgb(129,155,169); }
div.DivClassName
{
background-color: #819BA9;
}
.BgClassName
{
background-color: #819BA9;
}
</style>
border-color css
<style>
span { border-color: #819BA9; }
span { border-color: rgb(129,155,169); }
td.TdClassName
{
border-color: #819BA9;
}
.TagClassName
{
border-color: #819BA9;
}
</style>