Shades of Bali Hai #919DA1
Tints of Bali Hai #919DA1
RGB
CMYK
RGB Variations
Color information
#919DA1 (or 0x919DA1) is known color: Bali Hai. HEX triplet: 91, 9D and A1. RGB value is (145,157,161). Sum of RGB (Red+Green+Blue) = 145+157+161=463 (61% of max value = 765). Red value is 145 (57.03% from 255 or 31.32% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 161 - color contains mainly: blue. Hex color #919DA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919DA1 is #6E625E. Grayscale: #999999. Windows color (decimal): -7234143 or 10591633. OLE color: 10591633.
HSL color Cylindrical-coordinate representation of color #919DA1: hue angle of 195º 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 #919DA1 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 157 | 161 | - |
| CMYK | 0.10 | 0.02 | 0 | 0.37 |
| HSL | 195º | 0.08% | 0.6% | - |
| HSV(B) | 195º | 0.1% | 0.63% | - |
| XYZ | 30.17 | 32.71 | 38.44 | - |
| YUV | 153.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 161 | 0.10 | 0.02 | 0 | 0.37 | 195 | 0.08 | 0.6 |
| Hex | 91 | 9D | A1 | A | 2 | 0 | 25 | C3 | 8 | 3C |
| Octal | 221 | 235 | 241 | 12 | 2 | 0 | 45 | 303 | 10 | 74 |
| Binary | 10010001 | 10011101 | 10100001 | 1010 | 10 | 0 | 100101 | 11000011 | 1000 | 111100 |
Color Harmonies of #919DA1
Complementary color
Monochromatic Colors of #919DA1
Black with #919DA1
Text Example
Text Example
White with #919DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919DA1; }
p { color: rgb(145,157,161); }
H1.HeaderClassName
{
color: #919DA1;
}
.AnyTagClassName
{
color: #919DA1;
}
</style>
background-color css
<style>
a { background-color: #919DA1; }
a { background-color: rgb(145,157,161); }
div.DivClassName
{
background-color: #919DA1;
}
.BgClassName
{
background-color: #919DA1;
}
</style>
border-color css
<style>
span { border-color: #919DA1; }
span { border-color: rgb(145,157,161); }
td.TdClassName
{
border-color: #919DA1;
}
.TagClassName
{
border-color: #919DA1;
}
</style>