Shades of Bali Hai #759BAC
Tints of Bali Hai #759BAC
RGB
CMYK
RGB Variations
Color information
#759BAC (or 0x759BAC) is known color: Bali Hai. HEX triplet: 75, 9B and AC. RGB value is (117,155,172). Sum of RGB (Red+Green+Blue) = 117+155+172=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 172 - color contains mainly: blue. Hex color #759BAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759BAC is #8A6453. Grayscale: #919191. Windows color (decimal): -9069652 or 11311989. OLE color: 11311989.
HSL color Cylindrical-coordinate representation of color #759BAC: hue angle of 198.55º 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 #759BAC is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 155 | 172 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.33 |
| HSL | 198.55º | 0.25% | 0.57% | - |
| HSV(B) | 198.55º | 0.32% | 0.67% | - |
| XYZ | 26.5 | 30.2 | 43.46 | - |
| YUV | 145.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 172 | 0.32 | 0.10 | 0 | 0.33 | 198.55 | 0.25 | 0.57 |
| Hex | 75 | 9B | AC | 20 | A | 0 | 21 | C7 | 19 | 39 |
| Octal | 165 | 233 | 254 | 40 | 12 | 0 | 41 | 307 | 31 | 71 |
| Binary | 1110101 | 10011011 | 10101100 | 100000 | 1010 | 0 | 100001 | 11000111 | 11001 | 111001 |
Color Harmonies of #759BAC
Complementary color
Monochromatic Colors of #759BAC
Black with #759BAC
Text Example
Text Example
White with #759BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759BAC; }
p { color: rgb(117,155,172); }
H1.HeaderClassName
{
color: #759BAC;
}
.AnyTagClassName
{
color: #759BAC;
}
</style>
background-color css
<style>
a { background-color: #759BAC; }
a { background-color: rgb(117,155,172); }
div.DivClassName
{
background-color: #759BAC;
}
.BgClassName
{
background-color: #759BAC;
}
</style>
border-color css
<style>
span { border-color: #759BAC; }
span { border-color: rgb(117,155,172); }
td.TdClassName
{
border-color: #759BAC;
}
.TagClassName
{
border-color: #759BAC;
}
</style>