Shades of Bali Hai #909BA2
Tints of Bali Hai #909BA2
RGB
CMYK
RGB Variations
Color information
#909BA2 (or 0x909BA2) is known color: Bali Hai. HEX triplet: 90, 9B and A2. RGB value is (144,155,162). Sum of RGB (Red+Green+Blue) = 144+155+162=461 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.24% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 162 (63.67% from 255 or 35.14% from 461); Max value from RGB is 162 - color contains mainly: blue. Hex color #909BA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909BA2 is #6F645D. Grayscale: #989898. Windows color (decimal): -7300190 or 10656656. OLE color: 10656656.
HSL color Cylindrical-coordinate representation of color #909BA2: hue angle of 203.33º 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 #909BA2 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 144 | 155 | 162 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.36 |
| HSL | 203.33º | 0.09% | 0.6% | - |
| HSV(B) | 203.33º | 0.11% | 0.64% | - |
| XYZ | 29.74 | 31.98 | 38.79 | - |
| YUV | 152.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 162 | 0.11 | 0.04 | 0 | 0.36 | 203.33 | 0.09 | 0.6 |
| Hex | 90 | 9B | A2 | B | 4 | 0 | 24 | CB | 9 | 3C |
| Octal | 220 | 233 | 242 | 13 | 4 | 0 | 44 | 313 | 11 | 74 |
| Binary | 10010000 | 10011011 | 10100010 | 1011 | 100 | 0 | 100100 | 11001011 | 1001 | 111100 |
Color Harmonies of #909BA2
Complementary color
Monochromatic Colors of #909BA2
Black with #909BA2
Text Example
Text Example
White with #909BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909BA2; }
p { color: rgb(144,155,162); }
H1.HeaderClassName
{
color: #909BA2;
}
.AnyTagClassName
{
color: #909BA2;
}
</style>
background-color css
<style>
a { background-color: #909BA2; }
a { background-color: rgb(144,155,162); }
div.DivClassName
{
background-color: #909BA2;
}
.BgClassName
{
background-color: #909BA2;
}
</style>
border-color css
<style>
span { border-color: #909BA2; }
span { border-color: rgb(144,155,162); }
td.TdClassName
{
border-color: #909BA2;
}
.TagClassName
{
border-color: #909BA2;
}
</style>