Shades of Bali Hai #759AAD
Tints of Bali Hai #759AAD
RGB
CMYK
RGB Variations
Color information
#759AAD (or 0x759AAD) is known color: Bali Hai. HEX triplet: 75, 9A and AD. RGB value is (117,154,173). Sum of RGB (Red+Green+Blue) = 117+154+173=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #759AAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759AAD is #8A6552. Grayscale: #909090. Windows color (decimal): -9069907 or 11377269. OLE color: 11377269.
HSL color Cylindrical-coordinate representation of color #759AAD: hue angle of 200.36º 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 #759AAD is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 154 | 173 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.32 |
| HSL | 200.36º | 0.25% | 0.57% | - |
| HSV(B) | 200.36º | 0.32% | 0.68% | - |
| XYZ | 26.43 | 29.91 | 43.92 | - |
| YUV | 145.1 | 143.74 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 173 | 0.32 | 0.11 | 0 | 0.32 | 200.36 | 0.25 | 0.57 |
| Hex | 75 | 9A | AD | 20 | B | 0 | 20 | C8 | 19 | 39 |
| Octal | 165 | 232 | 255 | 40 | 13 | 0 | 40 | 310 | 31 | 71 |
| Binary | 1110101 | 10011010 | 10101101 | 100000 | 1011 | 0 | 100000 | 11001000 | 11001 | 111001 |
Color Harmonies of #759AAD
Complementary color
Monochromatic Colors of #759AAD
Black with #759AAD
Text Example
Text Example
White with #759AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759AAD; }
p { color: rgb(117,154,173); }
H1.HeaderClassName
{
color: #759AAD;
}
.AnyTagClassName
{
color: #759AAD;
}
</style>
background-color css
<style>
a { background-color: #759AAD; }
a { background-color: rgb(117,154,173); }
div.DivClassName
{
background-color: #759AAD;
}
.BgClassName
{
background-color: #759AAD;
}
</style>
border-color css
<style>
span { border-color: #759AAD; }
span { border-color: rgb(117,154,173); }
td.TdClassName
{
border-color: #759AAD;
}
.TagClassName
{
border-color: #759AAD;
}
</style>