Shades of Bali Hai #7598AC
Tints of Bali Hai #7598AC
RGB
CMYK
RGB Variations
Color information
#7598AC (or 0x7598AC) is known color: Bali Hai. HEX triplet: 75, 98 and AC. RGB value is (117,152,172). Sum of RGB (Red+Green+Blue) = 117+152+172=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 152 (59.77% from 255 or 34.47% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 172 - color contains mainly: blue. Hex color #7598AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7598AC is #8A6753. Grayscale: #8F8F8F. Windows color (decimal): -9070420 or 11311221. OLE color: 11311221.
HSL color Cylindrical-coordinate representation of color #7598AC: hue angle of 201.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7598AC is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 152 | 172 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.33 |
| HSL | 201.82º | 0.25% | 0.57% | - |
| HSV(B) | 201.82º | 0.32% | 0.67% | - |
| XYZ | 26.01 | 29.22 | 43.3 | - |
| YUV | 143.82 | 143.9 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 172 | 0.32 | 0.12 | 0 | 0.33 | 201.82 | 0.25 | 0.57 |
| Hex | 75 | 98 | AC | 20 | C | 0 | 21 | CA | 19 | 39 |
| Octal | 165 | 230 | 254 | 40 | 14 | 0 | 41 | 312 | 31 | 71 |
| Binary | 1110101 | 10011000 | 10101100 | 100000 | 1100 | 0 | 100001 | 11001010 | 11001 | 111001 |
Color Harmonies of #7598AC
Complementary color
Monochromatic Colors of #7598AC
Black with #7598AC
Text Example
Text Example
White with #7598AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7598AC; }
p { color: rgb(117,152,172); }
H1.HeaderClassName
{
color: #7598AC;
}
.AnyTagClassName
{
color: #7598AC;
}
</style>
background-color css
<style>
a { background-color: #7598AC; }
a { background-color: rgb(117,152,172); }
div.DivClassName
{
background-color: #7598AC;
}
.BgClassName
{
background-color: #7598AC;
}
</style>
border-color css
<style>
span { border-color: #7598AC; }
span { border-color: rgb(117,152,172); }
td.TdClassName
{
border-color: #7598AC;
}
.TagClassName
{
border-color: #7598AC;
}
</style>