Shades of Neptune #7399A2
Tints of Neptune #7399A2
RGB
CMYK
RGB Variations
Color information
#7399A2 (or 0x7399A2) is known color: Neptune. HEX triplet: 73, 99 and A2. RGB value is (115,153,162). Sum of RGB (Red+Green+Blue) = 115+153+162=430 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.74% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 162 - color contains mainly: blue. Hex color #7399A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7399A2 is #8C665D. Grayscale: #8E8E8E. Windows color (decimal): -9201246 or 10656115. OLE color: 10656115.
HSL color Cylindrical-coordinate representation of color #7399A2: hue angle of 191.49º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7399A2 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 153 | 162 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.36 |
| HSL | 191.49º | 0.2% | 0.54% | - |
| HSV(B) | 191.49º | 0.29% | 0.64% | - |
| XYZ | 24.98 | 29.04 | 38.47 | - |
| YUV | 142.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 153 | 162 | 0.29 | 0.06 | 0 | 0.36 | 191.49 | 0.2 | 0.54 |
| Hex | 73 | 99 | A2 | 1D | 6 | 0 | 24 | BF | 14 | 36 |
| Octal | 163 | 231 | 242 | 35 | 6 | 0 | 44 | 277 | 24 | 66 |
| Binary | 1110011 | 10011001 | 10100010 | 11101 | 110 | 0 | 100100 | 10111111 | 10100 | 110110 |
Color Harmonies of #7399A2
Complementary color
Monochromatic Colors of #7399A2
Black with #7399A2
Text Example
Text Example
White with #7399A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7399A2; }
p { color: rgb(115,153,162); }
H1.HeaderClassName
{
color: #7399A2;
}
.AnyTagClassName
{
color: #7399A2;
}
</style>
background-color css
<style>
a { background-color: #7399A2; }
a { background-color: rgb(115,153,162); }
div.DivClassName
{
background-color: #7399A2;
}
.BgClassName
{
background-color: #7399A2;
}
</style>
border-color css
<style>
span { border-color: #7399A2; }
span { border-color: rgb(115,153,162); }
td.TdClassName
{
border-color: #7399A2;
}
.TagClassName
{
border-color: #7399A2;
}
</style>