Shades of Bali Hai #81959F
Tints of Bali Hai #81959F
RGB
CMYK
RGB Variations
Color information
#81959F (or 0x81959F) is known color: Bali Hai. HEX triplet: 81, 95 and 9F. RGB value is (129,149,159). Sum of RGB (Red+Green+Blue) = 129+149+159=437 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.52% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 159 - color contains mainly: blue. Hex color #81959F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #81959F is #7E6A60. Grayscale: #909090. Windows color (decimal): -8284769 or 10458497. OLE color: 10458497.
HSL color Cylindrical-coordinate representation of color #81959F: hue angle of 200º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81959F is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 149 | 159 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.38 |
| HSL | 200º | 0.14% | 0.56% | - |
| HSV(B) | 200º | 0.19% | 0.62% | - |
| XYZ | 26.06 | 28.67 | 36.96 | - |
| YUV | 144.16 | 136.37 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 149 | 159 | 0.19 | 0.06 | 0 | 0.38 | 200 | 0.14 | 0.56 |
| Hex | 81 | 95 | 9F | 13 | 6 | 0 | 26 | C8 | E | 38 |
| Octal | 201 | 225 | 237 | 23 | 6 | 0 | 46 | 310 | 16 | 70 |
| Binary | 10000001 | 10010101 | 10011111 | 10011 | 110 | 0 | 100110 | 11001000 | 1110 | 111000 |
Color Harmonies of #81959F
Complementary color
Monochromatic Colors of #81959F
Black with #81959F
Text Example
Text Example
White with #81959F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81959F; }
p { color: rgb(129,149,159); }
H1.HeaderClassName
{
color: #81959F;
}
.AnyTagClassName
{
color: #81959F;
}
</style>
background-color css
<style>
a { background-color: #81959F; }
a { background-color: rgb(129,149,159); }
div.DivClassName
{
background-color: #81959F;
}
.BgClassName
{
background-color: #81959F;
}
</style>
border-color css
<style>
span { border-color: #81959F; }
span { border-color: rgb(129,149,159); }
td.TdClassName
{
border-color: #81959F;
}
.TagClassName
{
border-color: #81959F;
}
</style>