Shades of Bali Hai #91979C
Tints of Bali Hai #91979C
RGB
CMYK
RGB Variations
Color information
#91979C (or 0x91979C) is known color: Bali Hai. HEX triplet: 91, 97 and 9C. RGB value is (145,151,156). Sum of RGB (Red+Green+Blue) = 145+151+156=452 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.08% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 156 - color contains mainly: blue. Hex color #91979C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91979C is #6E6863. Grayscale: #959595. Windows color (decimal): -7235684 or 10262417. OLE color: 10262417.
HSL color Cylindrical-coordinate representation of color #91979C: hue angle of 207.27º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #91979C is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 151 | 156 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.39 |
| HSL | 207.27º | 0.05% | 0.59% | - |
| HSV(B) | 207.27º | 0.07% | 0.61% | - |
| XYZ | 28.74 | 30.55 | 35.83 | - |
| YUV | 149.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 151 | 156 | 0.07 | 0.03 | 0 | 0.39 | 207.27 | 0.05 | 0.59 |
| Hex | 91 | 97 | 9C | 7 | 3 | 0 | 27 | CF | 5 | 3B |
| Octal | 221 | 227 | 234 | 7 | 3 | 0 | 47 | 317 | 5 | 73 |
| Binary | 10010001 | 10010111 | 10011100 | 111 | 11 | 0 | 100111 | 11001111 | 101 | 111011 |
Color Harmonies of #91979C
Complementary color
Monochromatic Colors of #91979C
Black with #91979C
Text Example
Text Example
White with #91979C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91979C; }
p { color: rgb(145,151,156); }
H1.HeaderClassName
{
color: #91979C;
}
.AnyTagClassName
{
color: #91979C;
}
</style>
background-color css
<style>
a { background-color: #91979C; }
a { background-color: rgb(145,151,156); }
div.DivClassName
{
background-color: #91979C;
}
.BgClassName
{
background-color: #91979C;
}
</style>
border-color css
<style>
span { border-color: #91979C; }
span { border-color: rgb(145,151,156); }
td.TdClassName
{
border-color: #91979C;
}
.TagClassName
{
border-color: #91979C;
}
</style>