Shades of Bali Hai #909DA1
Tints of Bali Hai #909DA1
RGB
CMYK
RGB Variations
Color information
#909DA1 (or 0x909DA1) is known color: Bali Hai. HEX triplet: 90, 9D and A1. RGB value is (144,157,161). Sum of RGB (Red+Green+Blue) = 144+157+161=462 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.17% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 161 (63.28% from 255 or 34.85% from 462); Max value from RGB is 161 - color contains mainly: blue. Hex color #909DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909DA1 is #6F625E. Grayscale: #999999. Windows color (decimal): -7299679 or 10591632. OLE color: 10591632.
HSL color Cylindrical-coordinate representation of color #909DA1: hue angle of 194.12º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #909DA1 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 144 | 157 | 161 | - |
| CMYK | 0.11 | 0.02 | 0 | 0.37 |
| HSL | 194.12º | 0.08% | 0.6% | - |
| HSV(B) | 194.12º | 0.11% | 0.63% | - |
| XYZ | 29.99 | 32.62 | 38.43 | - |
| YUV | 153.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 161 | 0.11 | 0.02 | 0 | 0.37 | 194.12 | 0.08 | 0.6 |
| Hex | 90 | 9D | A1 | B | 2 | 0 | 25 | C2 | 8 | 3C |
| Octal | 220 | 235 | 241 | 13 | 2 | 0 | 45 | 302 | 10 | 74 |
| Binary | 10010000 | 10011101 | 10100001 | 1011 | 10 | 0 | 100101 | 11000010 | 1000 | 111100 |
Color Harmonies of #909DA1
Complementary color
Monochromatic Colors of #909DA1
Black with #909DA1
Text Example
Text Example
White with #909DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DA1; }
p { color: rgb(144,157,161); }
H1.HeaderClassName
{
color: #909DA1;
}
.AnyTagClassName
{
color: #909DA1;
}
</style>
background-color css
<style>
a { background-color: #909DA1; }
a { background-color: rgb(144,157,161); }
div.DivClassName
{
background-color: #909DA1;
}
.BgClassName
{
background-color: #909DA1;
}
</style>
border-color css
<style>
span { border-color: #909DA1; }
span { border-color: rgb(144,157,161); }
td.TdClassName
{
border-color: #909DA1;
}
.TagClassName
{
border-color: #909DA1;
}
</style>