Shades of Neptune #759DA3
Tints of Neptune #759DA3
RGB
CMYK
RGB Variations
Color information
#759DA3 (or 0x759DA3) is known color: Neptune. HEX triplet: 75, 9D and A3. RGB value is (117,157,163). Sum of RGB (Red+Green+Blue) = 117+157+163=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 163 (64.06% from 255 or 37.30% from 437); Max value from RGB is 163 - color contains mainly: blue. Hex color #759DA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759DA3 is #8A625C. Grayscale: #919191. Windows color (decimal): -9069149 or 10722677. OLE color: 10722677.
HSL color Cylindrical-coordinate representation of color #759DA3: hue angle of 187.83º degrees, saturation: 0.2, 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 #759DA3 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 157 | 163 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.36 |
| HSL | 187.83º | 0.2% | 0.55% | - |
| HSV(B) | 187.83º | 0.28% | 0.64% | - |
| XYZ | 26 | 30.54 | 39.17 | - |
| YUV | 145.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 157 | 163 | 0.28 | 0.04 | 0 | 0.36 | 187.83 | 0.2 | 0.55 |
| Hex | 75 | 9D | A3 | 1C | 4 | 0 | 24 | BC | 14 | 37 |
| Octal | 165 | 235 | 243 | 34 | 4 | 0 | 44 | 274 | 24 | 67 |
| Binary | 1110101 | 10011101 | 10100011 | 11100 | 100 | 0 | 100100 | 10111100 | 10100 | 110111 |
Color Harmonies of #759DA3
Complementary color
Monochromatic Colors of #759DA3
Black with #759DA3
Text Example
Text Example
White with #759DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759DA3; }
p { color: rgb(117,157,163); }
H1.HeaderClassName
{
color: #759DA3;
}
.AnyTagClassName
{
color: #759DA3;
}
</style>
background-color css
<style>
a { background-color: #759DA3; }
a { background-color: rgb(117,157,163); }
div.DivClassName
{
background-color: #759DA3;
}
.BgClassName
{
background-color: #759DA3;
}
</style>
border-color css
<style>
span { border-color: #759DA3; }
span { border-color: rgb(117,157,163); }
td.TdClassName
{
border-color: #759DA3;
}
.TagClassName
{
border-color: #759DA3;
}
</style>