Shades of Neptune #789EA2
Tints of Neptune #789EA2
RGB
CMYK
RGB Variations
Color information
#789EA2 (or 0x789EA2) is known color: Neptune. HEX triplet: 78, 9E and A2. RGB value is (120,158,162). Sum of RGB (Red+Green+Blue) = 120+158+162=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 162 (63.67% from 255 or 36.82% from 440); Max value from RGB is 162 - color contains mainly: blue. Hex color #789EA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789EA2 is #87615D. Grayscale: #939393. Windows color (decimal): -8872286 or 10657400. OLE color: 10657400.
HSL color Cylindrical-coordinate representation of color #789EA2: hue angle of 185.71º degrees, saturation: 0.18, 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 #789EA2 is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 158 | 162 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.36 |
| HSL | 185.71º | 0.18% | 0.55% | - |
| HSV(B) | 185.71º | 0.26% | 0.64% | - |
| XYZ | 26.49 | 31.06 | 38.78 | - |
| YUV | 147.09 | 136.41 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 162 | 0.26 | 0.02 | 0 | 0.36 | 185.71 | 0.18 | 0.55 |
| Hex | 78 | 9E | A2 | 1A | 2 | 0 | 24 | BA | 12 | 37 |
| Octal | 170 | 236 | 242 | 32 | 2 | 0 | 44 | 272 | 22 | 67 |
| Binary | 1111000 | 10011110 | 10100010 | 11010 | 10 | 0 | 100100 | 10111010 | 10010 | 110111 |
Color Harmonies of #789EA2
Complementary color
Monochromatic Colors of #789EA2
Black with #789EA2
Text Example
Text Example
White with #789EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789EA2; }
p { color: rgb(120,158,162); }
H1.HeaderClassName
{
color: #789EA2;
}
.AnyTagClassName
{
color: #789EA2;
}
</style>
background-color css
<style>
a { background-color: #789EA2; }
a { background-color: rgb(120,158,162); }
div.DivClassName
{
background-color: #789EA2;
}
.BgClassName
{
background-color: #789EA2;
}
</style>
border-color css
<style>
span { border-color: #789EA2; }
span { border-color: rgb(120,158,162); }
td.TdClassName
{
border-color: #789EA2;
}
.TagClassName
{
border-color: #789EA2;
}
</style>