Shades of Bali Hai #7698AD
Tints of Bali Hai #7698AD
RGB
CMYK
RGB Variations
Color information
#7698AD (or 0x7698AD) is known color: Bali Hai. HEX triplet: 76, 98 and AD. RGB value is (118,152,173). Sum of RGB (Red+Green+Blue) = 118+152+173=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 173 (67.97% from 255 or 39.05% from 443); Max value from RGB is 173 - color contains mainly: blue. Hex color #7698AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7698AD is #896752. Grayscale: #909090. Windows color (decimal): -9004883 or 11376758. OLE color: 11376758.
HSL color Cylindrical-coordinate representation of color #7698AD: hue angle of 202.91º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7698AD is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 152 | 173 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.32 |
| HSL | 202.91º | 0.25% | 0.57% | - |
| HSV(B) | 202.91º | 0.32% | 0.68% | - |
| XYZ | 26.24 | 29.33 | 43.81 | - |
| YUV | 144.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 152 | 173 | 0.32 | 0.12 | 0 | 0.32 | 202.91 | 0.25 | 0.57 |
| Hex | 76 | 98 | AD | 20 | C | 0 | 20 | CB | 19 | 39 |
| Octal | 166 | 230 | 255 | 40 | 14 | 0 | 40 | 313 | 31 | 71 |
| Binary | 1110110 | 10011000 | 10101101 | 100000 | 1100 | 0 | 100000 | 11001011 | 11001 | 111001 |
Color Harmonies of #7698AD
Complementary color
Monochromatic Colors of #7698AD
Black with #7698AD
Text Example
Text Example
White with #7698AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7698AD; }
p { color: rgb(118,152,173); }
H1.HeaderClassName
{
color: #7698AD;
}
.AnyTagClassName
{
color: #7698AD;
}
</style>
background-color css
<style>
a { background-color: #7698AD; }
a { background-color: rgb(118,152,173); }
div.DivClassName
{
background-color: #7698AD;
}
.BgClassName
{
background-color: #7698AD;
}
</style>
border-color css
<style>
span { border-color: #7698AD; }
span { border-color: rgb(118,152,173); }
td.TdClassName
{
border-color: #7698AD;
}
.TagClassName
{
border-color: #7698AD;
}
</style>