Shades of Bali Hai #7598AF
Tints of Bali Hai #7598AF
RGB
CMYK
RGB Variations
Color information
#7598AF (or 0x7598AF) is known color: Bali Hai. HEX triplet: 75, 98 and AF. RGB value is (117,152,175). Sum of RGB (Red+Green+Blue) = 117+152+175=444 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.35% from 444); Green value is 152 (59.77% from 255 or 34.23% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 175 - color contains mainly: blue. Hex color #7598AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7598AF is #8A6750. Grayscale: #909090. Windows color (decimal): -9070417 or 11507829. OLE color: 11507829.
HSL color Cylindrical-coordinate representation of color #7598AF: hue angle of 203.79º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7598AF is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 117 | 152 | 175 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.31 |
| HSL | 203.79º | 0.27% | 0.57% | - |
| HSV(B) | 203.79º | 0.33% | 0.69% | - |
| XYZ | 26.3 | 29.33 | 44.83 | - |
| YUV | 144.16 | 145.4 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 152 | 175 | 0.33 | 0.13 | 0 | 0.31 | 203.79 | 0.27 | 0.57 |
| Hex | 75 | 98 | AF | 21 | D | 0 | 1F | CC | 1B | 39 |
| Octal | 165 | 230 | 257 | 41 | 15 | 0 | 37 | 314 | 33 | 71 |
| Binary | 1110101 | 10011000 | 10101111 | 100001 | 1101 | 0 | 11111 | 11001100 | 11011 | 111001 |
Color Harmonies of #7598AF
Complementary color
Monochromatic Colors of #7598AF
Black with #7598AF
Text Example
Text Example
White with #7598AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7598AF; }
p { color: rgb(117,152,175); }
H1.HeaderClassName
{
color: #7598AF;
}
.AnyTagClassName
{
color: #7598AF;
}
</style>
background-color css
<style>
a { background-color: #7598AF; }
a { background-color: rgb(117,152,175); }
div.DivClassName
{
background-color: #7598AF;
}
.BgClassName
{
background-color: #7598AF;
}
</style>
border-color css
<style>
span { border-color: #7598AF; }
span { border-color: rgb(117,152,175); }
td.TdClassName
{
border-color: #7598AF;
}
.TagClassName
{
border-color: #7598AF;
}
</style>