Shades of Bali Hai #85939E
Tints of Bali Hai #85939E
RGB
CMYK
RGB Variations
Color information
#85939E (or 0x85939E) is known color: Bali Hai. HEX triplet: 85, 93 and 9E. RGB value is (133,147,158). Sum of RGB (Red+Green+Blue) = 133+147+158=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 158 - color contains mainly: blue. Hex color #85939E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85939E is #7A6C61. Grayscale: #909090. Windows color (decimal): -8023138 or 10392453. OLE color: 10392453.
HSL color Cylindrical-coordinate representation of color #85939E: hue angle of 206.4º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85939E is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 147 | 158 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.38 |
| HSL | 206.4º | 0.11% | 0.57% | - |
| HSV(B) | 206.4º | 0.16% | 0.62% | - |
| XYZ | 26.28 | 28.32 | 36.43 | - |
| YUV | 144.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 158 | 0.16 | 0.07 | 0 | 0.38 | 206.4 | 0.11 | 0.57 |
| Hex | 85 | 93 | 9E | 10 | 7 | 0 | 26 | CE | B | 39 |
| Octal | 205 | 223 | 236 | 20 | 7 | 0 | 46 | 316 | 13 | 71 |
| Binary | 10000101 | 10010011 | 10011110 | 10000 | 111 | 0 | 100110 | 11001110 | 1011 | 111001 |
Color Harmonies of #85939E
Complementary color
Monochromatic Colors of #85939E
Black with #85939E
Text Example
Text Example
White with #85939E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85939E; }
p { color: rgb(133,147,158); }
H1.HeaderClassName
{
color: #85939E;
}
.AnyTagClassName
{
color: #85939E;
}
</style>
background-color css
<style>
a { background-color: #85939E; }
a { background-color: rgb(133,147,158); }
div.DivClassName
{
background-color: #85939E;
}
.BgClassName
{
background-color: #85939E;
}
</style>
border-color css
<style>
span { border-color: #85939E; }
span { border-color: rgb(133,147,158); }
td.TdClassName
{
border-color: #85939E;
}
.TagClassName
{
border-color: #85939E;
}
</style>