Shades of Neptune #759A9E
Tints of Neptune #759A9E
RGB
CMYK
RGB Variations
Color information
#759A9E (or 0x759A9E) is known color: Neptune. HEX triplet: 75, 9A and 9E. RGB value is (117,154,158). Sum of RGB (Red+Green+Blue) = 117+154+158=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 154 (60.55% from 255 or 35.90% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 158 - color contains mainly: blue. Hex color #759A9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759A9E is #8A6561. Grayscale: #8F8F8F. Windows color (decimal): -9069922 or 10394229. OLE color: 10394229.
HSL color Cylindrical-coordinate representation of color #759A9E: hue angle of 185.85º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #759A9E is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 117 | 154 | 158 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.38 |
| HSL | 185.85º | 0.17% | 0.54% | - |
| HSV(B) | 185.85º | 0.26% | 0.62% | - |
| XYZ | 25.06 | 29.36 | 36.69 | - |
| YUV | 143.39 | 136.24 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 154 | 158 | 0.26 | 0.03 | 0 | 0.38 | 185.85 | 0.17 | 0.54 |
| Hex | 75 | 9A | 9E | 1A | 3 | 0 | 26 | BA | 11 | 36 |
| Octal | 165 | 232 | 236 | 32 | 3 | 0 | 46 | 272 | 21 | 66 |
| Binary | 1110101 | 10011010 | 10011110 | 11010 | 11 | 0 | 100110 | 10111010 | 10001 | 110110 |
Color Harmonies of #759A9E
Complementary color
Monochromatic Colors of #759A9E
Black with #759A9E
Text Example
Text Example
White with #759A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759A9E; }
p { color: rgb(117,154,158); }
H1.HeaderClassName
{
color: #759A9E;
}
.AnyTagClassName
{
color: #759A9E;
}
</style>
background-color css
<style>
a { background-color: #759A9E; }
a { background-color: rgb(117,154,158); }
div.DivClassName
{
background-color: #759A9E;
}
.BgClassName
{
background-color: #759A9E;
}
</style>
border-color css
<style>
span { border-color: #759A9E; }
span { border-color: rgb(117,154,158); }
td.TdClassName
{
border-color: #759A9E;
}
.TagClassName
{
border-color: #759A9E;
}
</style>