Shades of Bali Hai #759DB0
Tints of Bali Hai #759DB0
RGB
CMYK
RGB Variations
Color information
#759DB0 (or 0x759DB0) is known color: Bali Hai. HEX triplet: 75, 9D and B0. RGB value is (117,157,176). Sum of RGB (Red+Green+Blue) = 117+157+176=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 176 - color contains mainly: blue. Hex color #759DB0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759DB0 is #8A624F. Grayscale: #939393. Windows color (decimal): -9069136 or 11574645. OLE color: 11574645.
HSL color Cylindrical-coordinate representation of color #759DB0: hue angle of 199.32º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #759DB0 is Cyan = 0.34, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 157 | 176 | - |
| CMYK | 0.34 | 0.11 | 0 | 0.31 |
| HSL | 199.32º | 0.27% | 0.57% | - |
| HSV(B) | 199.32º | 0.34% | 0.69% | - |
| XYZ | 27.23 | 31.03 | 45.63 | - |
| YUV | 147.21 | 144.25 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 176 | 0.34 | 0.11 | 0 | 0.31 | 199.32 | 0.27 | 0.57 |
| Hex | 75 | 9D | B0 | 22 | B | 0 | 1F | C7 | 1B | 39 |
| Octal | 165 | 235 | 260 | 42 | 13 | 0 | 37 | 307 | 33 | 71 |
| Binary | 1110101 | 10011101 | 10110000 | 100010 | 1011 | 0 | 11111 | 11000111 | 11011 | 111001 |
Color Harmonies of #759DB0
Complementary color
Monochromatic Colors of #759DB0
Black with #759DB0
Text Example
Text Example
White with #759DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759DB0; }
p { color: rgb(117,157,176); }
H1.HeaderClassName
{
color: #759DB0;
}
.AnyTagClassName
{
color: #759DB0;
}
</style>
background-color css
<style>
a { background-color: #759DB0; }
a { background-color: rgb(117,157,176); }
div.DivClassName
{
background-color: #759DB0;
}
.BgClassName
{
background-color: #759DB0;
}
</style>
border-color css
<style>
span { border-color: #759DB0; }
span { border-color: rgb(117,157,176); }
td.TdClassName
{
border-color: #759DB0;
}
.TagClassName
{
border-color: #759DB0;
}
</style>