Shades of Bali Hai #85939B
Tints of Bali Hai #85939B
RGB
CMYK
RGB Variations
Color information
#85939B (or 0x85939B) is known color: Bali Hai. HEX triplet: 85, 93 and 9B. RGB value is (133,147,155). Sum of RGB (Red+Green+Blue) = 133+147+155=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 155 - color contains mainly: blue. Hex color #85939B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85939B is #7A6C64. Grayscale: #8F8F8F. Windows color (decimal): -8023141 or 10195845. OLE color: 10195845.
HSL color Cylindrical-coordinate representation of color #85939B: hue angle of 201.82º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85939B is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 147 | 155 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.39 |
| HSL | 201.82º | 0.1% | 0.56% | - |
| HSV(B) | 201.82º | 0.14% | 0.61% | - |
| XYZ | 26.02 | 28.22 | 35.09 | - |
| YUV | 143.73 | 134.36 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 147 | 155 | 0.14 | 0.05 | 0 | 0.39 | 201.82 | 0.1 | 0.56 |
| Hex | 85 | 93 | 9B | E | 5 | 0 | 27 | CA | A | 38 |
| Octal | 205 | 223 | 233 | 16 | 5 | 0 | 47 | 312 | 12 | 70 |
| Binary | 10000101 | 10010011 | 10011011 | 1110 | 101 | 0 | 100111 | 11001010 | 1010 | 111000 |
Color Harmonies of #85939B
Complementary color
Monochromatic Colors of #85939B
Black with #85939B
Text Example
Text Example
White with #85939B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85939B; }
p { color: rgb(133,147,155); }
H1.HeaderClassName
{
color: #85939B;
}
.AnyTagClassName
{
color: #85939B;
}
</style>
background-color css
<style>
a { background-color: #85939B; }
a { background-color: rgb(133,147,155); }
div.DivClassName
{
background-color: #85939B;
}
.BgClassName
{
background-color: #85939B;
}
</style>
border-color css
<style>
span { border-color: #85939B; }
span { border-color: rgb(133,147,155); }
td.TdClassName
{
border-color: #85939B;
}
.TagClassName
{
border-color: #85939B;
}
</style>