Shades of Neptune #759CA3
Tints of Neptune #759CA3
RGB
CMYK
RGB Variations
Color information
#759CA3 (or 0x759CA3) is known color: Neptune. HEX triplet: 75, 9C and A3. RGB value is (117,156,163). Sum of RGB (Red+Green+Blue) = 117+156+163=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 163 - color contains mainly: blue. Hex color #759CA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759CA3 is #8A635C. Grayscale: #919191. Windows color (decimal): -9069405 or 10722421. OLE color: 10722421.
HSL color Cylindrical-coordinate representation of color #759CA3: hue angle of 189.13º 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 #759CA3 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 156 | 163 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.36 |
| HSL | 189.13º | 0.2% | 0.55% | - |
| HSV(B) | 189.13º | 0.28% | 0.64% | - |
| XYZ | 25.84 | 30.2 | 39.12 | - |
| YUV | 145.14 | 138.08 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 156 | 163 | 0.28 | 0.04 | 0 | 0.36 | 189.13 | 0.2 | 0.55 |
| Hex | 75 | 9C | A3 | 1C | 4 | 0 | 24 | BD | 14 | 37 |
| Octal | 165 | 234 | 243 | 34 | 4 | 0 | 44 | 275 | 24 | 67 |
| Binary | 1110101 | 10011100 | 10100011 | 11100 | 100 | 0 | 100100 | 10111101 | 10100 | 110111 |
Color Harmonies of #759CA3
Complementary color
Monochromatic Colors of #759CA3
Black with #759CA3
Text Example
Text Example
White with #759CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #759CA3; }
p { color: rgb(117,156,163); }
H1.HeaderClassName
{
color: #759CA3;
}
.AnyTagClassName
{
color: #759CA3;
}
</style>
background-color css
<style>
a { background-color: #759CA3; }
a { background-color: rgb(117,156,163); }
div.DivClassName
{
background-color: #759CA3;
}
.BgClassName
{
background-color: #759CA3;
}
</style>
border-color css
<style>
span { border-color: #759CA3; }
span { border-color: rgb(117,156,163); }
td.TdClassName
{
border-color: #759CA3;
}
.TagClassName
{
border-color: #759CA3;
}
</style>