Shades of Bali Hai #85949D
Tints of Bali Hai #85949D
RGB
CMYK
RGB Variations
Color information
#85949D (or 0x85949D) is known color: Bali Hai. HEX triplet: 85, 94 and 9D. RGB value is (133,148,157). Sum of RGB (Red+Green+Blue) = 133+148+157=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #85949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85949D is #7A6B62. Grayscale: #909090. Windows color (decimal): -8022883 or 10327173. OLE color: 10327173.
HSL color Cylindrical-coordinate representation of color #85949D: hue angle of 202.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85949D is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 148 | 157 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.38 |
| HSL | 202.5º | 0.11% | 0.57% | - |
| HSV(B) | 202.5º | 0.15% | 0.62% | - |
| XYZ | 26.35 | 28.6 | 36.03 | - |
| YUV | 144.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 157 | 0.15 | 0.06 | 0 | 0.38 | 202.5 | 0.11 | 0.57 |
| Hex | 85 | 94 | 9D | F | 6 | 0 | 26 | CA | B | 39 |
| Octal | 205 | 224 | 235 | 17 | 6 | 0 | 46 | 312 | 13 | 71 |
| Binary | 10000101 | 10010100 | 10011101 | 1111 | 110 | 0 | 100110 | 11001010 | 1011 | 111001 |
Color Harmonies of #85949D
Complementary color
Monochromatic Colors of #85949D
Black with #85949D
Text Example
Text Example
White with #85949D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85949D; }
p { color: rgb(133,148,157); }
H1.HeaderClassName
{
color: #85949D;
}
.AnyTagClassName
{
color: #85949D;
}
</style>
background-color css
<style>
a { background-color: #85949D; }
a { background-color: rgb(133,148,157); }
div.DivClassName
{
background-color: #85949D;
}
.BgClassName
{
background-color: #85949D;
}
</style>
border-color css
<style>
span { border-color: #85949D; }
span { border-color: rgb(133,148,157); }
td.TdClassName
{
border-color: #85949D;
}
.TagClassName
{
border-color: #85949D;
}
</style>