Shades of Bali Hai #919EA6
Tints of Bali Hai #919EA6
RGB
CMYK
RGB Variations
Color information
#919EA6 (or 0x919EA6) is known color: Bali Hai. HEX triplet: 91, 9E and A6. RGB value is (145,158,166). Sum of RGB (Red+Green+Blue) = 145+158+166=469 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.92% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 166 - color contains mainly: blue. Hex color #919EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919EA6 is #6E6159. Grayscale: #9A9A9A. Windows color (decimal): -7233882 or 10919569. OLE color: 10919569.
HSL color Cylindrical-coordinate representation of color #919EA6: hue angle of 202.86º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #919EA6 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 158 | 166 | - |
| CMYK | 0.13 | 0.05 | 0 | 0.35 |
| HSL | 202.86º | 0.11% | 0.61% | - |
| HSV(B) | 202.86º | 0.13% | 0.65% | - |
| XYZ | 30.79 | 33.23 | 40.87 | - |
| YUV | 155.03 | 134.19 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 166 | 0.13 | 0.05 | 0 | 0.35 | 202.86 | 0.11 | 0.61 |
| Hex | 91 | 9E | A6 | D | 5 | 0 | 23 | CB | B | 3D |
| Octal | 221 | 236 | 246 | 15 | 5 | 0 | 43 | 313 | 13 | 75 |
| Binary | 10010001 | 10011110 | 10100110 | 1101 | 101 | 0 | 100011 | 11001011 | 1011 | 111101 |
Color Harmonies of #919EA6
Complementary color
Monochromatic Colors of #919EA6
Black with #919EA6
Text Example
Text Example
White with #919EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EA6; }
p { color: rgb(145,158,166); }
H1.HeaderClassName
{
color: #919EA6;
}
.AnyTagClassName
{
color: #919EA6;
}
</style>
background-color css
<style>
a { background-color: #919EA6; }
a { background-color: rgb(145,158,166); }
div.DivClassName
{
background-color: #919EA6;
}
.BgClassName
{
background-color: #919EA6;
}
</style>
border-color css
<style>
span { border-color: #919EA6; }
span { border-color: rgb(145,158,166); }
td.TdClassName
{
border-color: #919EA6;
}
.TagClassName
{
border-color: #919EA6;
}
</style>