Shades of Bali Hai #909EA7
Tints of Bali Hai #909EA7
RGB
CMYK
RGB Variations
Color information
#909EA7 (or 0x909EA7) is known color: Bali Hai. HEX triplet: 90, 9E and A7. RGB value is (144,158,167). Sum of RGB (Red+Green+Blue) = 144+158+167=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 167 (65.62% from 255 or 35.61% from 469); Max value from RGB is 167 - color contains mainly: blue. Hex color #909EA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909EA7 is #6F6158. Grayscale: #9A9A9A. Windows color (decimal): -7299417 or 10985104. OLE color: 10985104.
HSL color Cylindrical-coordinate representation of color #909EA7: hue angle of 203.48º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #909EA7 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 144 | 158 | 167 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.35 |
| HSL | 203.48º | 0.12% | 0.61% | - |
| HSV(B) | 203.48º | 0.14% | 0.65% | - |
| XYZ | 30.7 | 33.17 | 41.34 | - |
| YUV | 154.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 158 | 167 | 0.14 | 0.05 | 0 | 0.35 | 203.48 | 0.12 | 0.61 |
| Hex | 90 | 9E | A7 | E | 5 | 0 | 23 | CB | C | 3D |
| Octal | 220 | 236 | 247 | 16 | 5 | 0 | 43 | 313 | 14 | 75 |
| Binary | 10010000 | 10011110 | 10100111 | 1110 | 101 | 0 | 100011 | 11001011 | 1100 | 111101 |
Color Harmonies of #909EA7
Complementary color
Monochromatic Colors of #909EA7
Black with #909EA7
Text Example
Text Example
White with #909EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909EA7; }
p { color: rgb(144,158,167); }
H1.HeaderClassName
{
color: #909EA7;
}
.AnyTagClassName
{
color: #909EA7;
}
</style>
background-color css
<style>
a { background-color: #909EA7; }
a { background-color: rgb(144,158,167); }
div.DivClassName
{
background-color: #909EA7;
}
.BgClassName
{
background-color: #909EA7;
}
</style>
border-color css
<style>
span { border-color: #909EA7; }
span { border-color: rgb(144,158,167); }
td.TdClassName
{
border-color: #909EA7;
}
.TagClassName
{
border-color: #909EA7;
}
</style>