Shades of Bali Hai #919BA1
Tints of Bali Hai #919BA1
RGB
CMYK
RGB Variations
Color information
#919BA1 (or 0x919BA1) is known color: Bali Hai. HEX triplet: 91, 9B and A1. RGB value is (145,155,161). Sum of RGB (Red+Green+Blue) = 145+155+161=461 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.45% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 161 - color contains mainly: blue. Hex color #919BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919BA1 is #6E645E. Grayscale: #989898. Windows color (decimal): -7234655 or 10591121. OLE color: 10591121.
HSL color Cylindrical-coordinate representation of color #919BA1: hue angle of 202.5º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #919BA1 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 155 | 161 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.37 |
| HSL | 202.5º | 0.08% | 0.6% | - |
| HSV(B) | 202.5º | 0.1% | 0.63% | - |
| XYZ | 29.83 | 32.04 | 38.33 | - |
| YUV | 152.69 | 132.69 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 155 | 161 | 0.10 | 0.04 | 0 | 0.37 | 202.5 | 0.08 | 0.6 |
| Hex | 91 | 9B | A1 | A | 4 | 0 | 25 | CA | 8 | 3C |
| Octal | 221 | 233 | 241 | 12 | 4 | 0 | 45 | 312 | 10 | 74 |
| Binary | 10010001 | 10011011 | 10100001 | 1010 | 100 | 0 | 100101 | 11001010 | 1000 | 111100 |
Color Harmonies of #919BA1
Complementary color
Monochromatic Colors of #919BA1
Black with #919BA1
Text Example
Text Example
White with #919BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919BA1; }
p { color: rgb(145,155,161); }
H1.HeaderClassName
{
color: #919BA1;
}
.AnyTagClassName
{
color: #919BA1;
}
</style>
background-color css
<style>
a { background-color: #919BA1; }
a { background-color: rgb(145,155,161); }
div.DivClassName
{
background-color: #919BA1;
}
.BgClassName
{
background-color: #919BA1;
}
</style>
border-color css
<style>
span { border-color: #919BA1; }
span { border-color: rgb(145,155,161); }
td.TdClassName
{
border-color: #919BA1;
}
.TagClassName
{
border-color: #919BA1;
}
</style>