Shades of Bali Hai #759DAC
Tints of Bali Hai #759DAC
RGB
CMYK
RGB Variations
Color information
#759DAC (or 0x759DAC) is known color: Bali Hai. HEX triplet: 75, 9D and AC. RGB value is (117,157,172). Sum of RGB (Red+Green+Blue) = 117+157+172=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #759DAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759DAC is #8A6253. Grayscale: #929292. Windows color (decimal): -9069140 or 11312501. OLE color: 11312501.
HSL color Cylindrical-coordinate representation of color #759DAC: hue angle of 196.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #759DAC is Cyan = 0.32, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 157 | 172 | - |
| CMYK | 0.32 | 0.09 | 0 | 0.33 |
| HSL | 196.36º | 0.25% | 0.57% | - |
| HSV(B) | 196.36º | 0.32% | 0.67% | - |
| XYZ | 26.84 | 30.87 | 43.57 | - |
| YUV | 146.75 | 142.25 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 172 | 0.32 | 0.09 | 0 | 0.33 | 196.36 | 0.25 | 0.57 |
| Hex | 75 | 9D | AC | 20 | 9 | 0 | 21 | C4 | 19 | 39 |
| Octal | 165 | 235 | 254 | 40 | 11 | 0 | 41 | 304 | 31 | 71 |
| Binary | 1110101 | 10011101 | 10101100 | 100000 | 1001 | 0 | 100001 | 11000100 | 11001 | 111001 |
Color Harmonies of #759DAC
Complementary color
Monochromatic Colors of #759DAC
Black with #759DAC
Text Example
Text Example
White with #759DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759DAC; }
p { color: rgb(117,157,172); }
H1.HeaderClassName
{
color: #759DAC;
}
.AnyTagClassName
{
color: #759DAC;
}
</style>
background-color css
<style>
a { background-color: #759DAC; }
a { background-color: rgb(117,157,172); }
div.DivClassName
{
background-color: #759DAC;
}
.BgClassName
{
background-color: #759DAC;
}
</style>
border-color css
<style>
span { border-color: #759DAC; }
span { border-color: rgb(117,157,172); }
td.TdClassName
{
border-color: #759DAC;
}
.TagClassName
{
border-color: #759DAC;
}
</style>