Shades of Bali Hai #919EA5
Tints of Bali Hai #919EA5
RGB
CMYK
RGB Variations
Color information
#919EA5 (or 0x919EA5) is known color: Bali Hai. HEX triplet: 91, 9E and A5. RGB value is (145,158,165). Sum of RGB (Red+Green+Blue) = 145+158+165=468 (61% of max value = 765). Red value is 145 (57.03% from 255 or 30.98% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 165 - color contains mainly: blue. Hex color #919EA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919EA5 is #6E615A. Grayscale: #9A9A9A. Windows color (decimal): -7233883 or 10854033. OLE color: 10854033.
HSL color Cylindrical-coordinate representation of color #919EA5: hue angle of 201º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #919EA5 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 158 | 165 | - |
| CMYK | 0.12 | 0.04 | 0 | 0.35 |
| HSL | 201º | 0.1% | 0.61% | - |
| HSV(B) | 201º | 0.12% | 0.65% | - |
| XYZ | 30.7 | 33.19 | 40.39 | - |
| YUV | 154.91 | 133.69 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 165 | 0.12 | 0.04 | 0 | 0.35 | 201 | 0.1 | 0.61 |
| Hex | 91 | 9E | A5 | C | 4 | 0 | 23 | C9 | A | 3D |
| Octal | 221 | 236 | 245 | 14 | 4 | 0 | 43 | 311 | 12 | 75 |
| Binary | 10010001 | 10011110 | 10100101 | 1100 | 100 | 0 | 100011 | 11001001 | 1010 | 111101 |
Color Harmonies of #919EA5
Complementary color
Monochromatic Colors of #919EA5
Black with #919EA5
Text Example
Text Example
White with #919EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919EA5; }
p { color: rgb(145,158,165); }
H1.HeaderClassName
{
color: #919EA5;
}
.AnyTagClassName
{
color: #919EA5;
}
</style>
background-color css
<style>
a { background-color: #919EA5; }
a { background-color: rgb(145,158,165); }
div.DivClassName
{
background-color: #919EA5;
}
.BgClassName
{
background-color: #919EA5;
}
</style>
border-color css
<style>
span { border-color: #919EA5; }
span { border-color: rgb(145,158,165); }
td.TdClassName
{
border-color: #919EA5;
}
.TagClassName
{
border-color: #919EA5;
}
</style>