Shades of Bali Hai #7599A4
Tints of Bali Hai #7599A4
RGB
CMYK
RGB Variations
Color information
#7599A4 (or 0x7599A4) is known color: Bali Hai. HEX triplet: 75, 99 and A4. RGB value is (117,153,164). Sum of RGB (Red+Green+Blue) = 117+153+164=434 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.96% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 164 (64.45% from 255 or 37.79% from 434); Max value from RGB is 164 - color contains mainly: blue. Hex color #7599A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7599A4 is #8A665B. Grayscale: #8F8F8F. Windows color (decimal): -9070172 or 10787189. OLE color: 10787189.
HSL color Cylindrical-coordinate representation of color #7599A4: hue angle of 194.04º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7599A4 is Cyan = 0.29, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 153 | 164 | - |
| CMYK | 0.29 | 0.07 | 0 | 0.36 |
| HSL | 194.04º | 0.21% | 0.55% | - |
| HSV(B) | 194.04º | 0.29% | 0.64% | - |
| XYZ | 25.43 | 29.24 | 39.43 | - |
| YUV | 143.49 | 139.57 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 153 | 164 | 0.29 | 0.07 | 0 | 0.36 | 194.04 | 0.21 | 0.55 |
| Hex | 75 | 99 | A4 | 1D | 7 | 0 | 24 | C2 | 15 | 37 |
| Octal | 165 | 231 | 244 | 35 | 7 | 0 | 44 | 302 | 25 | 67 |
| Binary | 1110101 | 10011001 | 10100100 | 11101 | 111 | 0 | 100100 | 11000010 | 10101 | 110111 |
Color Harmonies of #7599A4
Complementary color
Monochromatic Colors of #7599A4
Black with #7599A4
Text Example
Text Example
White with #7599A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7599A4; }
p { color: rgb(117,153,164); }
H1.HeaderClassName
{
color: #7599A4;
}
.AnyTagClassName
{
color: #7599A4;
}
</style>
background-color css
<style>
a { background-color: #7599A4; }
a { background-color: rgb(117,153,164); }
div.DivClassName
{
background-color: #7599A4;
}
.BgClassName
{
background-color: #7599A4;
}
</style>
border-color css
<style>
span { border-color: #7599A4; }
span { border-color: rgb(117,153,164); }
td.TdClassName
{
border-color: #7599A4;
}
.TagClassName
{
border-color: #7599A4;
}
</style>