Shades of Bali Hai #81929A
Tints of Bali Hai #81929A
RGB
CMYK
RGB Variations
Color information
#81929A (or 0x81929A) is known color: Bali Hai. HEX triplet: 81, 92 and 9A. RGB value is (129,146,154). Sum of RGB (Red+Green+Blue) = 129+146+154=429 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.07% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 154 - color contains mainly: blue. Hex color #81929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81929A is #7E6D65. Grayscale: #8D8D8D. Windows color (decimal): -8285542 or 10130049. OLE color: 10130049.
HSL color Cylindrical-coordinate representation of color #81929A: hue angle of 199.2º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #81929A is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 146 | 154 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.40 |
| HSL | 199.2º | 0.11% | 0.55% | - |
| HSV(B) | 199.2º | 0.16% | 0.6% | - |
| XYZ | 25.16 | 27.56 | 34.56 | - |
| YUV | 141.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 154 | 0.16 | 0.05 | 0 | 0.40 | 199.2 | 0.11 | 0.55 |
| Hex | 81 | 92 | 9A | 10 | 5 | 0 | 28 | C7 | B | 37 |
| Octal | 201 | 222 | 232 | 20 | 5 | 0 | 50 | 307 | 13 | 67 |
| Binary | 10000001 | 10010010 | 10011010 | 10000 | 101 | 0 | 101000 | 11000111 | 1011 | 110111 |
Color Harmonies of #81929A
Complementary color
Monochromatic Colors of #81929A
Black with #81929A
Text Example
Text Example
White with #81929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81929A; }
p { color: rgb(129,146,154); }
H1.HeaderClassName
{
color: #81929A;
}
.AnyTagClassName
{
color: #81929A;
}
</style>
background-color css
<style>
a { background-color: #81929A; }
a { background-color: rgb(129,146,154); }
div.DivClassName
{
background-color: #81929A;
}
.BgClassName
{
background-color: #81929A;
}
</style>
border-color css
<style>
span { border-color: #81929A; }
span { border-color: rgb(129,146,154); }
td.TdClassName
{
border-color: #81929A;
}
.TagClassName
{
border-color: #81929A;
}
</style>