Shades of Bali Hai #7399B2
Tints of Bali Hai #7399B2
RGB
CMYK
RGB Variations
Color information
#7399B2 (or 0x7399B2) is known color: Bali Hai. HEX triplet: 73, 99 and B2. RGB value is (115,153,178). Sum of RGB (Red+Green+Blue) = 115+153+178=446 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.78% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 178 (69.92% from 255 or 39.91% from 446); Max value from RGB is 178 - color contains mainly: blue. Hex color #7399B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7399B2 is #8C664D. Grayscale: #909090. Windows color (decimal): -9201230 or 11704691. OLE color: 11704691.
HSL color Cylindrical-coordinate representation of color #7399B2: hue angle of 203.81º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7399B2 is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 153 | 178 | - |
| CMYK | 0.35 | 0.14 | 0 | 0.30 |
| HSL | 203.81º | 0.29% | 0.57% | - |
| HSV(B) | 203.81º | 0.35% | 0.7% | - |
| XYZ | 26.5 | 29.64 | 46.44 | - |
| YUV | 144.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 178 | 0.35 | 0.14 | 0 | 0.30 | 203.81 | 0.29 | 0.57 |
| Hex | 73 | 99 | B2 | 23 | E | 0 | 1E | CC | 1D | 39 |
| Octal | 163 | 231 | 262 | 43 | 16 | 0 | 36 | 314 | 35 | 71 |
| Binary | 1110011 | 10011001 | 10110010 | 100011 | 1110 | 0 | 11110 | 11001100 | 11101 | 111001 |
Color Harmonies of #7399B2
Complementary color
Monochromatic Colors of #7399B2
Black with #7399B2
Text Example
Text Example
White with #7399B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7399B2; }
p { color: rgb(115,153,178); }
H1.HeaderClassName
{
color: #7399B2;
}
.AnyTagClassName
{
color: #7399B2;
}
</style>
background-color css
<style>
a { background-color: #7399B2; }
a { background-color: rgb(115,153,178); }
div.DivClassName
{
background-color: #7399B2;
}
.BgClassName
{
background-color: #7399B2;
}
</style>
border-color css
<style>
span { border-color: #7399B2; }
span { border-color: rgb(115,153,178); }
td.TdClassName
{
border-color: #7399B2;
}
.TagClassName
{
border-color: #7399B2;
}
</style>