Shades of Bali Hai #759CAD
Tints of Bali Hai #759CAD
RGB
CMYK
RGB Variations
Color information
#759CAD (or 0x759CAD) is known color: Bali Hai. HEX triplet: 75, 9C and AD. RGB value is (117,156,173). Sum of RGB (Red+Green+Blue) = 117+156+173=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #759CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759CAD is #8A6352. Grayscale: #929292. Windows color (decimal): -9069395 or 11377781. OLE color: 11377781.
HSL color Cylindrical-coordinate representation of color #759CAD: hue angle of 198.21º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #759CAD is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 156 | 173 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.32 |
| HSL | 198.21º | 0.25% | 0.57% | - |
| HSV(B) | 198.21º | 0.32% | 0.68% | - |
| XYZ | 26.77 | 30.58 | 44.03 | - |
| YUV | 146.28 | 143.08 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 173 | 0.32 | 0.10 | 0 | 0.32 | 198.21 | 0.25 | 0.57 |
| Hex | 75 | 9C | AD | 20 | A | 0 | 20 | C6 | 19 | 39 |
| Octal | 165 | 234 | 255 | 40 | 12 | 0 | 40 | 306 | 31 | 71 |
| Binary | 1110101 | 10011100 | 10101101 | 100000 | 1010 | 0 | 100000 | 11000110 | 11001 | 111001 |
Color Harmonies of #759CAD
Complementary color
Monochromatic Colors of #759CAD
Black with #759CAD
Text Example
Text Example
White with #759CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CAD; }
p { color: rgb(117,156,173); }
H1.HeaderClassName
{
color: #759CAD;
}
.AnyTagClassName
{
color: #759CAD;
}
</style>
background-color css
<style>
a { background-color: #759CAD; }
a { background-color: rgb(117,156,173); }
div.DivClassName
{
background-color: #759CAD;
}
.BgClassName
{
background-color: #759CAD;
}
</style>
border-color css
<style>
span { border-color: #759CAD; }
span { border-color: rgb(117,156,173); }
td.TdClassName
{
border-color: #759CAD;
}
.TagClassName
{
border-color: #759CAD;
}
</style>