Shades of Bali Hai #759FB4
Tints of Bali Hai #759FB4
RGB
CMYK
RGB Variations
Color information
#759FB4 (or 0x759FB4) is known color: Bali Hai. HEX triplet: 75, 9F and B4. RGB value is (117,159,180). Sum of RGB (Red+Green+Blue) = 117+159+180=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 180 (70.70% from 255 or 39.47% from 456); Max value from RGB is 180 - color contains mainly: blue. Hex color #759FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FB4 is #8A604B. Grayscale: #949494. Windows color (decimal): -9068620 or 11837301. OLE color: 11837301.
HSL color Cylindrical-coordinate representation of color #759FB4: hue angle of 200º 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 #759FB4 is Cyan = 0.35, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 117 | 159 | 180 | - |
| CMYK | 0.35 | 0.12 | 0 | 0.29 |
| HSL | 200º | 0.3% | 0.58% | - |
| HSV(B) | 200º | 0.35% | 0.71% | - |
| XYZ | 27.97 | 31.87 | 47.86 | - |
| YUV | 148.84 | 145.59 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 159 | 180 | 0.35 | 0.12 | 0 | 0.29 | 200 | 0.3 | 0.58 |
| Hex | 75 | 9F | B4 | 23 | C | 0 | 1D | C8 | 1E | 3A |
| Octal | 165 | 237 | 264 | 43 | 14 | 0 | 35 | 310 | 36 | 72 |
| Binary | 1110101 | 10011111 | 10110100 | 100011 | 1100 | 0 | 11101 | 11001000 | 11110 | 111010 |
Color Harmonies of #759FB4
Complementary color
Monochromatic Colors of #759FB4
Black with #759FB4
Text Example
Text Example
White with #759FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759FB4; }
p { color: rgb(117,159,180); }
H1.HeaderClassName
{
color: #759FB4;
}
.AnyTagClassName
{
color: #759FB4;
}
</style>
background-color css
<style>
a { background-color: #759FB4; }
a { background-color: rgb(117,159,180); }
div.DivClassName
{
background-color: #759FB4;
}
.BgClassName
{
background-color: #759FB4;
}
</style>
border-color css
<style>
span { border-color: #759FB4; }
span { border-color: rgb(117,159,180); }
td.TdClassName
{
border-color: #759FB4;
}
.TagClassName
{
border-color: #759FB4;
}
</style>