Shades of Bali Hai #90979B
Tints of Bali Hai #90979B
RGB
CMYK
RGB Variations
Color information
#90979B (or 0x90979B) is known color: Bali Hai. HEX triplet: 90, 97 and 9B. RGB value is (144,151,155). Sum of RGB (Red+Green+Blue) = 144+151+155=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 155 - color contains mainly: blue. Hex color #90979B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90979B is #6F6864. Grayscale: #959595. Windows color (decimal): -7301221 or 10196880. OLE color: 10196880.
HSL color Cylindrical-coordinate representation of color #90979B: hue angle of 201.82º 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 #90979B is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 151 | 155 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.39 |
| HSL | 201.82º | 0.05% | 0.59% | - |
| HSV(B) | 201.82º | 0.07% | 0.61% | - |
| XYZ | 28.48 | 30.43 | 35.38 | - |
| YUV | 149.36 | 131.18 | 124.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 151 | 155 | 0.07 | 0.03 | 0 | 0.39 | 201.82 | 0.05 | 0.59 |
| Hex | 90 | 97 | 9B | 7 | 3 | 0 | 27 | CA | 5 | 3B |
| Octal | 220 | 227 | 233 | 7 | 3 | 0 | 47 | 312 | 5 | 73 |
| Binary | 10010000 | 10010111 | 10011011 | 111 | 11 | 0 | 100111 | 11001010 | 101 | 111011 |
Color Harmonies of #90979B
Complementary color
Monochromatic Colors of #90979B
Black with #90979B
Text Example
Text Example
White with #90979B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90979B; }
p { color: rgb(144,151,155); }
H1.HeaderClassName
{
color: #90979B;
}
.AnyTagClassName
{
color: #90979B;
}
</style>
background-color css
<style>
a { background-color: #90979B; }
a { background-color: rgb(144,151,155); }
div.DivClassName
{
background-color: #90979B;
}
.BgClassName
{
background-color: #90979B;
}
</style>
border-color css
<style>
span { border-color: #90979B; }
span { border-color: rgb(144,151,155); }
td.TdClassName
{
border-color: #90979B;
}
.TagClassName
{
border-color: #90979B;
}
</style>