Shades of Bali Hai #91999D
Tints of Bali Hai #91999D
RGB
CMYK
RGB Variations
Color information
#91999D (or 0x91999D) is known color: Bali Hai. HEX triplet: 91, 99 and 9D. RGB value is (145,153,157). Sum of RGB (Red+Green+Blue) = 145+153+157=455 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.87% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 157 - color contains mainly: blue. Hex color #91999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91999D is #6E6662. Grayscale: #979797. Windows color (decimal): -7235171 or 10328465. OLE color: 10328465.
HSL color Cylindrical-coordinate representation of color #91999D: hue angle of 200º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #91999D is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 153 | 157 | - |
| CMYK | 0.08 | 0.03 | 0 | 0.38 |
| HSL | 200º | 0.06% | 0.59% | - |
| HSV(B) | 200º | 0.08% | 0.62% | - |
| XYZ | 29.15 | 31.24 | 36.39 | - |
| YUV | 151.06 | 131.35 | 123.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 153 | 157 | 0.08 | 0.03 | 0 | 0.38 | 200 | 0.06 | 0.59 |
| Hex | 91 | 99 | 9D | 8 | 3 | 0 | 26 | C8 | 6 | 3B |
| Octal | 221 | 231 | 235 | 10 | 3 | 0 | 46 | 310 | 6 | 73 |
| Binary | 10010001 | 10011001 | 10011101 | 1000 | 11 | 0 | 100110 | 11001000 | 110 | 111011 |
Color Harmonies of #91999D
Complementary color
Monochromatic Colors of #91999D
Black with #91999D
Text Example
Text Example
White with #91999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91999D; }
p { color: rgb(145,153,157); }
H1.HeaderClassName
{
color: #91999D;
}
.AnyTagClassName
{
color: #91999D;
}
</style>
background-color css
<style>
a { background-color: #91999D; }
a { background-color: rgb(145,153,157); }
div.DivClassName
{
background-color: #91999D;
}
.BgClassName
{
background-color: #91999D;
}
</style>
border-color css
<style>
span { border-color: #91999D; }
span { border-color: rgb(145,153,157); }
td.TdClassName
{
border-color: #91999D;
}
.TagClassName
{
border-color: #91999D;
}
</style>