Shades of Neptune #759EA2
Tints of Neptune #759EA2
RGB
CMYK
RGB Variations
Color information
#759EA2 (or 0x759EA2) is known color: Neptune. HEX triplet: 75, 9E and A2. RGB value is (117,158,162). Sum of RGB (Red+Green+Blue) = 117+158+162=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 162 - color contains mainly: blue. Hex color #759EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759EA2 is #8A615D. Grayscale: #929292. Windows color (decimal): -9068894 or 10657397. OLE color: 10657397.
HSL color Cylindrical-coordinate representation of color #759EA2: hue angle of 185.33º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #759EA2 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 158 | 162 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.36 |
| HSL | 185.33º | 0.19% | 0.55% | - |
| HSV(B) | 185.33º | 0.28% | 0.64% | - |
| XYZ | 26.08 | 30.84 | 38.76 | - |
| YUV | 146.2 | 136.92 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 158 | 162 | 0.28 | 0.02 | 0 | 0.36 | 185.33 | 0.19 | 0.55 |
| Hex | 75 | 9E | A2 | 1C | 2 | 0 | 24 | B9 | 13 | 37 |
| Octal | 165 | 236 | 242 | 34 | 2 | 0 | 44 | 271 | 23 | 67 |
| Binary | 1110101 | 10011110 | 10100010 | 11100 | 10 | 0 | 100100 | 10111001 | 10011 | 110111 |
Color Harmonies of #759EA2
Complementary color
Monochromatic Colors of #759EA2
Black with #759EA2
Text Example
Text Example
White with #759EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759EA2; }
p { color: rgb(117,158,162); }
H1.HeaderClassName
{
color: #759EA2;
}
.AnyTagClassName
{
color: #759EA2;
}
</style>
background-color css
<style>
a { background-color: #759EA2; }
a { background-color: rgb(117,158,162); }
div.DivClassName
{
background-color: #759EA2;
}
.BgClassName
{
background-color: #759EA2;
}
</style>
border-color css
<style>
span { border-color: #759EA2; }
span { border-color: rgb(117,158,162); }
td.TdClassName
{
border-color: #759EA2;
}
.TagClassName
{
border-color: #759EA2;
}
</style>