Shades of Bali Hai #7298AD
Tints of Bali Hai #7298AD
RGB
CMYK
RGB Variations
Color information
#7298AD (or 0x7298AD) is known color: Bali Hai. HEX triplet: 72, 98 and AD. RGB value is (114,152,173). Sum of RGB (Red+Green+Blue) = 114+152+173=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 152 (59.77% from 255 or 34.62% from 439); Blue value is 173 (67.97% from 255 or 39.41% from 439); Max value from RGB is 173 - color contains mainly: blue. Hex color #7298AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7298AD is #8D6752. Grayscale: #8E8E8E. Windows color (decimal): -9267027 or 11376754. OLE color: 11376754.
HSL color Cylindrical-coordinate representation of color #7298AD: hue angle of 201.36º 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 #7298AD is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 152 | 173 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.32 |
| HSL | 201.36º | 0.26% | 0.56% | - |
| HSV(B) | 201.36º | 0.34% | 0.68% | - |
| XYZ | 25.71 | 29.05 | 43.79 | - |
| YUV | 143.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 152 | 173 | 0.34 | 0.12 | 0 | 0.32 | 201.36 | 0.26 | 0.56 |
| Hex | 72 | 98 | AD | 22 | C | 0 | 20 | C9 | 1A | 38 |
| Octal | 162 | 230 | 255 | 42 | 14 | 0 | 40 | 311 | 32 | 70 |
| Binary | 1110010 | 10011000 | 10101101 | 100010 | 1100 | 0 | 100000 | 11001001 | 11010 | 111000 |
Color Harmonies of #7298AD
Complementary color
Monochromatic Colors of #7298AD
Black with #7298AD
Text Example
Text Example
White with #7298AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7298AD; }
p { color: rgb(114,152,173); }
H1.HeaderClassName
{
color: #7298AD;
}
.AnyTagClassName
{
color: #7298AD;
}
</style>
background-color css
<style>
a { background-color: #7298AD; }
a { background-color: rgb(114,152,173); }
div.DivClassName
{
background-color: #7298AD;
}
.BgClassName
{
background-color: #7298AD;
}
</style>
border-color css
<style>
span { border-color: #7298AD; }
span { border-color: rgb(114,152,173); }
td.TdClassName
{
border-color: #7298AD;
}
.TagClassName
{
border-color: #7298AD;
}
</style>