Shades of Bali Hai #919BA0
Tints of Bali Hai #919BA0
RGB
CMYK
RGB Variations
Color information
#919BA0 (or 0x919BA0) is known color: Bali Hai. HEX triplet: 91, 9B and A0. RGB value is (145,155,160). Sum of RGB (Red+Green+Blue) = 145+155+160=460 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.52% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 160 (62.89% from 255 or 34.78% from 460); Max value from RGB is 160 - color contains mainly: blue. Hex color #919BA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919BA0 is #6E645F. Grayscale: #989898. Windows color (decimal): -7234656 or 10525585. OLE color: 10525585.
HSL color Cylindrical-coordinate representation of color #919BA0: hue angle of 200º degrees, saturation: 0.07, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #919BA0 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 155 | 160 | - |
| CMYK | 0.09 | 0.03 | 0 | 0.37 |
| HSL | 200º | 0.07% | 0.6% | - |
| HSV(B) | 200º | 0.09% | 0.63% | - |
| XYZ | 29.74 | 32 | 37.87 | - |
| YUV | 152.58 | 132.19 | 122.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 160 | 0.09 | 0.03 | 0 | 0.37 | 200 | 0.07 | 0.6 |
| Hex | 91 | 9B | A0 | 9 | 3 | 0 | 25 | C8 | 7 | 3C |
| Octal | 221 | 233 | 240 | 11 | 3 | 0 | 45 | 310 | 7 | 74 |
| Binary | 10010001 | 10011011 | 10100000 | 1001 | 11 | 0 | 100101 | 11001000 | 111 | 111100 |
Color Harmonies of #919BA0
Complementary color
Monochromatic Colors of #919BA0
Black with #919BA0
Text Example
Text Example
White with #919BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BA0; }
p { color: rgb(145,155,160); }
H1.HeaderClassName
{
color: #919BA0;
}
.AnyTagClassName
{
color: #919BA0;
}
</style>
background-color css
<style>
a { background-color: #919BA0; }
a { background-color: rgb(145,155,160); }
div.DivClassName
{
background-color: #919BA0;
}
.BgClassName
{
background-color: #919BA0;
}
</style>
border-color css
<style>
span { border-color: #919BA0; }
span { border-color: rgb(145,155,160); }
td.TdClassName
{
border-color: #919BA0;
}
.TagClassName
{
border-color: #919BA0;
}
</style>