Shades of Bali Hai #7598AB
Tints of Bali Hai #7598AB
RGB
CMYK
RGB Variations
Color information
#7598AB (or 0x7598AB) is known color: Bali Hai. HEX triplet: 75, 98 and AB. RGB value is (117,152,171). Sum of RGB (Red+Green+Blue) = 117+152+171=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 171 - color contains mainly: blue. Hex color #7598AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7598AB is #8A6754. Grayscale: #8F8F8F. Windows color (decimal): -9070421 or 11245685. OLE color: 11245685.
HSL color Cylindrical-coordinate representation of color #7598AB: hue angle of 201.11º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7598AB is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 117 | 152 | 171 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.33 |
| HSL | 201.11º | 0.24% | 0.56% | - |
| HSV(B) | 201.11º | 0.32% | 0.67% | - |
| XYZ | 25.92 | 29.18 | 42.79 | - |
| YUV | 143.7 | 143.4 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 171 | 0.32 | 0.11 | 0 | 0.33 | 201.11 | 0.24 | 0.56 |
| Hex | 75 | 98 | AB | 20 | B | 0 | 21 | C9 | 18 | 38 |
| Octal | 165 | 230 | 253 | 40 | 13 | 0 | 41 | 311 | 30 | 70 |
| Binary | 1110101 | 10011000 | 10101011 | 100000 | 1011 | 0 | 100001 | 11001001 | 11000 | 111000 |
Color Harmonies of #7598AB
Complementary color
Monochromatic Colors of #7598AB
Black with #7598AB
Text Example
Text Example
White with #7598AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7598AB; }
p { color: rgb(117,152,171); }
H1.HeaderClassName
{
color: #7598AB;
}
.AnyTagClassName
{
color: #7598AB;
}
</style>
background-color css
<style>
a { background-color: #7598AB; }
a { background-color: rgb(117,152,171); }
div.DivClassName
{
background-color: #7598AB;
}
.BgClassName
{
background-color: #7598AB;
}
</style>
border-color css
<style>
span { border-color: #7598AB; }
span { border-color: rgb(117,152,171); }
td.TdClassName
{
border-color: #7598AB;
}
.TagClassName
{
border-color: #7598AB;
}
</style>