Shades of Bali Hai #7398AD
Tints of Bali Hai #7398AD
RGB
CMYK
RGB Variations
Color information
#7398AD (or 0x7398AD) is known color: Bali Hai. HEX triplet: 73, 98 and AD. RGB value is (115,152,173). Sum of RGB (Red+Green+Blue) = 115+152+173=440 (58% of max value = 765). Red value is 115 (45.31% from 255 or 26.14% from 440); Green value is 152 (59.77% from 255 or 34.55% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 173 - color contains mainly: blue. Hex color #7398AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7398AD is #8C6752. Grayscale: #8F8F8F. Windows color (decimal): -9201491 or 11376755. OLE color: 11376755.
HSL color Cylindrical-coordinate representation of color #7398AD: hue angle of 201.72º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7398AD is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 115 | 152 | 173 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.32 |
| HSL | 201.72º | 0.26% | 0.56% | - |
| HSV(B) | 201.72º | 0.34% | 0.68% | - |
| XYZ | 25.84 | 29.12 | 43.79 | - |
| YUV | 143.33 | 144.74 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 152 | 173 | 0.34 | 0.12 | 0 | 0.32 | 201.72 | 0.26 | 0.56 |
| Hex | 73 | 98 | AD | 22 | C | 0 | 20 | CA | 1A | 38 |
| Octal | 163 | 230 | 255 | 42 | 14 | 0 | 40 | 312 | 32 | 70 |
| Binary | 1110011 | 10011000 | 10101101 | 100010 | 1100 | 0 | 100000 | 11001010 | 11010 | 111000 |
Color Harmonies of #7398AD
Complementary color
Monochromatic Colors of #7398AD
Black with #7398AD
Text Example
Text Example
White with #7398AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7398AD; }
p { color: rgb(115,152,173); }
H1.HeaderClassName
{
color: #7398AD;
}
.AnyTagClassName
{
color: #7398AD;
}
</style>
background-color css
<style>
a { background-color: #7398AD; }
a { background-color: rgb(115,152,173); }
div.DivClassName
{
background-color: #7398AD;
}
.BgClassName
{
background-color: #7398AD;
}
</style>
border-color css
<style>
span { border-color: #7398AD; }
span { border-color: rgb(115,152,173); }
td.TdClassName
{
border-color: #7398AD;
}
.TagClassName
{
border-color: #7398AD;
}
</style>