Shades of Bali Hai #909DA2
Tints of Bali Hai #909DA2
RGB
CMYK
RGB Variations
Color information
#909DA2 (or 0x909DA2) is known color: Bali Hai. HEX triplet: 90, 9D and A2. RGB value is (144,157,162). Sum of RGB (Red+Green+Blue) = 144+157+162=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 162 - color contains mainly: blue. Hex color #909DA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909DA2 is #6F625D. Grayscale: #999999. Windows color (decimal): -7299678 or 10657168. OLE color: 10657168.
HSL color Cylindrical-coordinate representation of color #909DA2: hue angle of 196.67º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #909DA2 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 157 | 162 | - |
| CMYK | 0.11 | 0.03 | 0 | 0.36 |
| HSL | 196.67º | 0.09% | 0.6% | - |
| HSV(B) | 196.67º | 0.11% | 0.64% | - |
| XYZ | 30.08 | 32.65 | 38.9 | - |
| YUV | 153.68 | 132.69 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 162 | 0.11 | 0.03 | 0 | 0.36 | 196.67 | 0.09 | 0.6 |
| Hex | 90 | 9D | A2 | B | 3 | 0 | 24 | C5 | 9 | 3C |
| Octal | 220 | 235 | 242 | 13 | 3 | 0 | 44 | 305 | 11 | 74 |
| Binary | 10010000 | 10011101 | 10100010 | 1011 | 11 | 0 | 100100 | 11000101 | 1001 | 111100 |
Color Harmonies of #909DA2
Complementary color
Monochromatic Colors of #909DA2
Black with #909DA2
Text Example
Text Example
White with #909DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909DA2; }
p { color: rgb(144,157,162); }
H1.HeaderClassName
{
color: #909DA2;
}
.AnyTagClassName
{
color: #909DA2;
}
</style>
background-color css
<style>
a { background-color: #909DA2; }
a { background-color: rgb(144,157,162); }
div.DivClassName
{
background-color: #909DA2;
}
.BgClassName
{
background-color: #909DA2;
}
</style>
border-color css
<style>
span { border-color: #909DA2; }
span { border-color: rgb(144,157,162); }
td.TdClassName
{
border-color: #909DA2;
}
.TagClassName
{
border-color: #909DA2;
}
</style>