Shades of Bali Hai #85949B
Tints of Bali Hai #85949B
RGB
CMYK
RGB Variations
Color information
#85949B (or 0x85949B) is known color: Bali Hai. HEX triplet: 85, 94 and 9B. RGB value is (133,148,155). Sum of RGB (Red+Green+Blue) = 133+148+155=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 155 - color contains mainly: blue. Hex color #85949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85949B is #7A6B64. Grayscale: #909090. Windows color (decimal): -8022885 or 10196101. OLE color: 10196101.
HSL color Cylindrical-coordinate representation of color #85949B: hue angle of 199.09º 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 #85949B is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 133 | 148 | 155 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.39 |
| HSL | 199.09º | 0.1% | 0.56% | - |
| HSV(B) | 199.09º | 0.14% | 0.61% | - |
| XYZ | 26.18 | 28.53 | 35.14 | - |
| YUV | 144.31 | 134.03 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 148 | 155 | 0.14 | 0.05 | 0 | 0.39 | 199.09 | 0.1 | 0.56 |
| Hex | 85 | 94 | 9B | E | 5 | 0 | 27 | C7 | A | 38 |
| Octal | 205 | 224 | 233 | 16 | 5 | 0 | 47 | 307 | 12 | 70 |
| Binary | 10000101 | 10010100 | 10011011 | 1110 | 101 | 0 | 100111 | 11000111 | 1010 | 111000 |
Color Harmonies of #85949B
Complementary color
Monochromatic Colors of #85949B
Black with #85949B
Text Example
Text Example
White with #85949B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85949B; }
p { color: rgb(133,148,155); }
H1.HeaderClassName
{
color: #85949B;
}
.AnyTagClassName
{
color: #85949B;
}
</style>
background-color css
<style>
a { background-color: #85949B; }
a { background-color: rgb(133,148,155); }
div.DivClassName
{
background-color: #85949B;
}
.BgClassName
{
background-color: #85949B;
}
</style>
border-color css
<style>
span { border-color: #85949B; }
span { border-color: rgb(133,148,155); }
td.TdClassName
{
border-color: #85949B;
}
.TagClassName
{
border-color: #85949B;
}
</style>