Shades of Bali Hai #759EAE
Tints of Bali Hai #759EAE
RGB
CMYK
RGB Variations
Color information
#759EAE (or 0x759EAE) is known color: Bali Hai. HEX triplet: 75, 9E and AE. RGB value is (117,158,174). Sum of RGB (Red+Green+Blue) = 117+158+174=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 174 - color contains mainly: blue. Hex color #759EAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759EAE is #8A6151. Grayscale: #939393. Windows color (decimal): -9068882 or 11443829. OLE color: 11443829.
HSL color Cylindrical-coordinate representation of color #759EAE: hue angle of 196.84º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #759EAE is Cyan = 0.33, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 158 | 174 | - |
| CMYK | 0.33 | 0.09 | 0 | 0.32 |
| HSL | 196.84º | 0.26% | 0.57% | - |
| HSV(B) | 196.84º | 0.33% | 0.68% | - |
| XYZ | 27.2 | 31.29 | 44.65 | - |
| YUV | 147.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 174 | 0.33 | 0.09 | 0 | 0.32 | 196.84 | 0.26 | 0.57 |
| Hex | 75 | 9E | AE | 21 | 9 | 0 | 20 | C5 | 1A | 39 |
| Octal | 165 | 236 | 256 | 41 | 11 | 0 | 40 | 305 | 32 | 71 |
| Binary | 1110101 | 10011110 | 10101110 | 100001 | 1001 | 0 | 100000 | 11000101 | 11010 | 111001 |
Color Harmonies of #759EAE
Complementary color
Monochromatic Colors of #759EAE
Black with #759EAE
Text Example
Text Example
White with #759EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759EAE; }
p { color: rgb(117,158,174); }
H1.HeaderClassName
{
color: #759EAE;
}
.AnyTagClassName
{
color: #759EAE;
}
</style>
background-color css
<style>
a { background-color: #759EAE; }
a { background-color: rgb(117,158,174); }
div.DivClassName
{
background-color: #759EAE;
}
.BgClassName
{
background-color: #759EAE;
}
</style>
border-color css
<style>
span { border-color: #759EAE; }
span { border-color: rgb(117,158,174); }
td.TdClassName
{
border-color: #759EAE;
}
.TagClassName
{
border-color: #759EAE;
}
</style>