Shades of Bali Hai #81929B
Tints of Bali Hai #81929B
RGB
CMYK
RGB Variations
Color information
#81929B (or 0x81929B) is known color: Bali Hai. HEX triplet: 81, 92 and 9B. RGB value is (129,146,155). Sum of RGB (Red+Green+Blue) = 129+146+155=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 155 - color contains mainly: blue. Hex color #81929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81929B is #7E6D64. Grayscale: #8D8D8D. Windows color (decimal): -8285541 or 10195585. OLE color: 10195585.
HSL color Cylindrical-coordinate representation of color #81929B: hue angle of 200.77º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #81929B is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 146 | 155 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.39 |
| HSL | 200.77º | 0.12% | 0.56% | - |
| HSV(B) | 200.77º | 0.17% | 0.61% | - |
| XYZ | 25.25 | 27.59 | 35.01 | - |
| YUV | 141.94 | 135.37 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 146 | 155 | 0.17 | 0.06 | 0 | 0.39 | 200.77 | 0.12 | 0.56 |
| Hex | 81 | 92 | 9B | 11 | 6 | 0 | 27 | C9 | C | 38 |
| Octal | 201 | 222 | 233 | 21 | 6 | 0 | 47 | 311 | 14 | 70 |
| Binary | 10000001 | 10010010 | 10011011 | 10001 | 110 | 0 | 100111 | 11001001 | 1100 | 111000 |
Color Harmonies of #81929B
Complementary color
Monochromatic Colors of #81929B
Black with #81929B
Text Example
Text Example
White with #81929B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81929B; }
p { color: rgb(129,146,155); }
H1.HeaderClassName
{
color: #81929B;
}
.AnyTagClassName
{
color: #81929B;
}
</style>
background-color css
<style>
a { background-color: #81929B; }
a { background-color: rgb(129,146,155); }
div.DivClassName
{
background-color: #81929B;
}
.BgClassName
{
background-color: #81929B;
}
</style>
border-color css
<style>
span { border-color: #81929B; }
span { border-color: rgb(129,146,155); }
td.TdClassName
{
border-color: #81929B;
}
.TagClassName
{
border-color: #81929B;
}
</style>