Shades of Bali Hai #759DB4
Tints of Bali Hai #759DB4
RGB
CMYK
RGB Variations
Color information
#759DB4 (or 0x759DB4) is known color: Bali Hai. HEX triplet: 75, 9D and B4. RGB value is (117,157,180). Sum of RGB (Red+Green+Blue) = 117+157+180=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 157 (61.72% from 255 or 34.58% from 454); Blue value is 180 (70.70% from 255 or 39.65% from 454); Max value from RGB is 180 - color contains mainly: blue. Hex color #759DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759DB4 is #8A624B. Grayscale: #939393. Windows color (decimal): -9069132 or 11836789. OLE color: 11836789.
HSL color Cylindrical-coordinate representation of color #759DB4: hue angle of 201.9º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #759DB4 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 157 | 180 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.29 |
| HSL | 201.9º | 0.3% | 0.58% | - |
| HSV(B) | 201.9º | 0.35% | 0.71% | - |
| XYZ | 27.63 | 31.19 | 47.74 | - |
| YUV | 147.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 180 | 0.35 | 0.13 | 0 | 0.29 | 201.9 | 0.3 | 0.58 |
| Hex | 75 | 9D | B4 | 23 | D | 0 | 1D | CA | 1E | 3A |
| Octal | 165 | 235 | 264 | 43 | 15 | 0 | 35 | 312 | 36 | 72 |
| Binary | 1110101 | 10011101 | 10110100 | 100011 | 1101 | 0 | 11101 | 11001010 | 11110 | 111010 |
Color Harmonies of #759DB4
Complementary color
Monochromatic Colors of #759DB4
Black with #759DB4
Text Example
Text Example
White with #759DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759DB4; }
p { color: rgb(117,157,180); }
H1.HeaderClassName
{
color: #759DB4;
}
.AnyTagClassName
{
color: #759DB4;
}
</style>
background-color css
<style>
a { background-color: #759DB4; }
a { background-color: rgb(117,157,180); }
div.DivClassName
{
background-color: #759DB4;
}
.BgClassName
{
background-color: #759DB4;
}
</style>
border-color css
<style>
span { border-color: #759DB4; }
span { border-color: rgb(117,157,180); }
td.TdClassName
{
border-color: #759DB4;
}
.TagClassName
{
border-color: #759DB4;
}
</style>