Shades of Bali Hai #759BAD
Tints of Bali Hai #759BAD
RGB
CMYK
RGB Variations
Color information
#759BAD (or 0x759BAD) is known color: Bali Hai. HEX triplet: 75, 9B and AD. RGB value is (117,155,173). Sum of RGB (Red+Green+Blue) = 117+155+173=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #759BAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759BAD is #8A6452. Grayscale: #919191. Windows color (decimal): -9069651 or 11377525. OLE color: 11377525.
HSL color Cylindrical-coordinate representation of color #759BAD: hue angle of 199.29º 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 #759BAD is Cyan = 0.32, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 117 | 155 | 173 | - |
| CMYK | 0.32 | 0.10 | 0 | 0.32 |
| HSL | 199.29º | 0.25% | 0.57% | - |
| HSV(B) | 199.29º | 0.32% | 0.68% | - |
| XYZ | 26.6 | 30.24 | 43.97 | - |
| YUV | 145.69 | 143.41 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 155 | 173 | 0.32 | 0.10 | 0 | 0.32 | 199.29 | 0.25 | 0.57 |
| Hex | 75 | 9B | AD | 20 | A | 0 | 20 | C7 | 19 | 39 |
| Octal | 165 | 233 | 255 | 40 | 12 | 0 | 40 | 307 | 31 | 71 |
| Binary | 1110101 | 10011011 | 10101101 | 100000 | 1010 | 0 | 100000 | 11000111 | 11001 | 111001 |
Color Harmonies of #759BAD
Complementary color
Monochromatic Colors of #759BAD
Black with #759BAD
Text Example
Text Example
White with #759BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759BAD; }
p { color: rgb(117,155,173); }
H1.HeaderClassName
{
color: #759BAD;
}
.AnyTagClassName
{
color: #759BAD;
}
</style>
background-color css
<style>
a { background-color: #759BAD; }
a { background-color: rgb(117,155,173); }
div.DivClassName
{
background-color: #759BAD;
}
.BgClassName
{
background-color: #759BAD;
}
</style>
border-color css
<style>
span { border-color: #759BAD; }
span { border-color: rgb(117,155,173); }
td.TdClassName
{
border-color: #759BAD;
}
.TagClassName
{
border-color: #759BAD;
}
</style>