Shades of Bali Hai #919FAA
Tints of Bali Hai #919FAA
RGB
CMYK
RGB Variations
Color information
#919FAA (or 0x919FAA) is known color: Bali Hai. HEX triplet: 91, 9F and AA. RGB value is (145,159,170). Sum of RGB (Red+Green+Blue) = 145+159+170=474 (62% of max value = 765). Red value is 145 (57.03% from 255 or 30.59% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 170 (66.80% from 255 or 35.86% from 474); Max value from RGB is 170 - color contains mainly: blue. Hex color #919FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919FAA is #6E6055. Grayscale: #9C9C9C. Windows color (decimal): -7233622 or 11181969. OLE color: 11181969.
HSL color Cylindrical-coordinate representation of color #919FAA: hue angle of 206.4º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #919FAA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 159 | 170 | - |
| CMYK | 0.15 | 0.06 | 0 | 0.33 |
| HSL | 206.4º | 0.13% | 0.62% | - |
| HSV(B) | 206.4º | 0.15% | 0.67% | - |
| XYZ | 31.33 | 33.72 | 42.89 | - |
| YUV | 156.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 159 | 170 | 0.15 | 0.06 | 0 | 0.33 | 206.4 | 0.13 | 0.62 |
| Hex | 91 | 9F | AA | F | 6 | 0 | 21 | CE | D | 3E |
| Octal | 221 | 237 | 252 | 17 | 6 | 0 | 41 | 316 | 15 | 76 |
| Binary | 10010001 | 10011111 | 10101010 | 1111 | 110 | 0 | 100001 | 11001110 | 1101 | 111110 |
Color Harmonies of #919FAA
Complementary color
Monochromatic Colors of #919FAA
Black with #919FAA
Text Example
Text Example
White with #919FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919FAA; }
p { color: rgb(145,159,170); }
H1.HeaderClassName
{
color: #919FAA;
}
.AnyTagClassName
{
color: #919FAA;
}
</style>
background-color css
<style>
a { background-color: #919FAA; }
a { background-color: rgb(145,159,170); }
div.DivClassName
{
background-color: #919FAA;
}
.BgClassName
{
background-color: #919FAA;
}
</style>
border-color css
<style>
span { border-color: #919FAA; }
span { border-color: rgb(145,159,170); }
td.TdClassName
{
border-color: #919FAA;
}
.TagClassName
{
border-color: #919FAA;
}
</style>