Shades of Neptune #789EA3
Tints of Neptune #789EA3
RGB
CMYK
RGB Variations
Color information
#789EA3 (or 0x789EA3) is known color: Neptune. HEX triplet: 78, 9E and A3. RGB value is (120,158,163). Sum of RGB (Red+Green+Blue) = 120+158+163=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 163 - color contains mainly: blue. Hex color #789EA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789EA3 is #87615C. Grayscale: #939393. Windows color (decimal): -8872285 or 10722936. OLE color: 10722936.
HSL color Cylindrical-coordinate representation of color #789EA3: hue angle of 186.98º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #789EA3 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 158 | 163 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.36 |
| HSL | 186.98º | 0.19% | 0.55% | - |
| HSV(B) | 186.98º | 0.26% | 0.64% | - |
| XYZ | 26.58 | 31.09 | 39.25 | - |
| YUV | 147.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 163 | 0.26 | 0.03 | 0 | 0.36 | 186.98 | 0.19 | 0.55 |
| Hex | 78 | 9E | A3 | 1A | 3 | 0 | 24 | BB | 13 | 37 |
| Octal | 170 | 236 | 243 | 32 | 3 | 0 | 44 | 273 | 23 | 67 |
| Binary | 1111000 | 10011110 | 10100011 | 11010 | 11 | 0 | 100100 | 10111011 | 10011 | 110111 |
Color Harmonies of #789EA3
Complementary color
Monochromatic Colors of #789EA3
Black with #789EA3
Text Example
Text Example
White with #789EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789EA3; }
p { color: rgb(120,158,163); }
H1.HeaderClassName
{
color: #789EA3;
}
.AnyTagClassName
{
color: #789EA3;
}
</style>
background-color css
<style>
a { background-color: #789EA3; }
a { background-color: rgb(120,158,163); }
div.DivClassName
{
background-color: #789EA3;
}
.BgClassName
{
background-color: #789EA3;
}
</style>
border-color css
<style>
span { border-color: #789EA3; }
span { border-color: rgb(120,158,163); }
td.TdClassName
{
border-color: #789EA3;
}
.TagClassName
{
border-color: #789EA3;
}
</style>