Shades of Bali Hai #90A1A9
Tints of Bali Hai #90A1A9
RGB
CMYK
RGB Variations
Color information
#90A1A9 (or 0x90A1A9) is known color: Bali Hai. HEX triplet: 90, A1 and A9. RGB value is (144,161,169). Sum of RGB (Red+Green+Blue) = 144+161+169=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 169 (66.41% from 255 or 35.65% from 474); Max value from RGB is 169 - color contains mainly: blue. Hex color #90A1A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A1A9 is #6F5E56. Grayscale: #9C9C9C. Windows color (decimal): -7298647 or 11116944. OLE color: 11116944.
HSL color Cylindrical-coordinate representation of color #90A1A9: hue angle of 199.2º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #90A1A9 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 144 | 161 | 169 | - |
| CMYK | 0.15 | 0.05 | 0 | 0.34 |
| HSL | 199.2º | 0.13% | 0.61% | - |
| HSV(B) | 199.2º | 0.15% | 0.66% | - |
| XYZ | 31.41 | 34.28 | 42.5 | - |
| YUV | 156.83 | 134.87 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 161 | 169 | 0.15 | 0.05 | 0 | 0.34 | 199.2 | 0.13 | 0.61 |
| Hex | 90 | A1 | A9 | F | 5 | 0 | 22 | C7 | D | 3D |
| Octal | 220 | 241 | 251 | 17 | 5 | 0 | 42 | 307 | 15 | 75 |
| Binary | 10010000 | 10100001 | 10101001 | 1111 | 101 | 0 | 100010 | 11000111 | 1101 | 111101 |
Color Harmonies of #90A1A9
Complementary color
Monochromatic Colors of #90A1A9
Black with #90A1A9
Text Example
Text Example
White with #90A1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A1A9; }
p { color: rgb(144,161,169); }
H1.HeaderClassName
{
color: #90A1A9;
}
.AnyTagClassName
{
color: #90A1A9;
}
</style>
background-color css
<style>
a { background-color: #90A1A9; }
a { background-color: rgb(144,161,169); }
div.DivClassName
{
background-color: #90A1A9;
}
.BgClassName
{
background-color: #90A1A9;
}
</style>
border-color css
<style>
span { border-color: #90A1A9; }
span { border-color: rgb(144,161,169); }
td.TdClassName
{
border-color: #90A1A9;
}
.TagClassName
{
border-color: #90A1A9;
}
</style>