Shades of Bali Hai #81A4B9
Tints of Bali Hai #81A4B9
RGB
CMYK
RGB Variations
Color information
#81A4B9 (or 0x81A4B9) is known color: Bali Hai. HEX triplet: 81, A4 and B9. RGB value is (129,164,185). Sum of RGB (Red+Green+Blue) = 129+164+185=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 185 (72.66% from 255 or 38.70% from 478); Max value from RGB is 185 - color contains mainly: blue. Hex color #81A4B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A4B9 is #7E5B46. Grayscale: #9B9B9B. Windows color (decimal): -8280903 or 12166273. OLE color: 12166273.
HSL color Cylindrical-coordinate representation of color #81A4B9: hue angle of 202.5º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81A4B9 is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 164 | 185 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.27 |
| HSL | 202.5º | 0.29% | 0.62% | - |
| HSV(B) | 202.5º | 0.3% | 0.73% | - |
| XYZ | 31.09 | 34.72 | 50.96 | - |
| YUV | 155.93 | 144.4 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 164 | 185 | 0.30 | 0.11 | 0 | 0.27 | 202.5 | 0.29 | 0.62 |
| Hex | 81 | A4 | B9 | 1E | B | 0 | 1B | CA | 1D | 3E |
| Octal | 201 | 244 | 271 | 36 | 13 | 0 | 33 | 312 | 35 | 76 |
| Binary | 10000001 | 10100100 | 10111001 | 11110 | 1011 | 0 | 11011 | 11001010 | 11101 | 111110 |
Color Harmonies of #81A4B9
Complementary color
Monochromatic Colors of #81A4B9
Black with #81A4B9
Text Example
Text Example
White with #81A4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A4B9; }
p { color: rgb(129,164,185); }
H1.HeaderClassName
{
color: #81A4B9;
}
.AnyTagClassName
{
color: #81A4B9;
}
</style>
background-color css
<style>
a { background-color: #81A4B9; }
a { background-color: rgb(129,164,185); }
div.DivClassName
{
background-color: #81A4B9;
}
.BgClassName
{
background-color: #81A4B9;
}
</style>
border-color css
<style>
span { border-color: #81A4B9; }
span { border-color: rgb(129,164,185); }
td.TdClassName
{
border-color: #81A4B9;
}
.TagClassName
{
border-color: #81A4B9;
}
</style>