#789EA2

Color #789EA2 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #789EA2

Tints of Neptune #789EA2

Color information

#789EA2 (or 0x789EA2) is unknown color: approx 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

RGB120158162-
CMYK0.260.0200.36
HSL185.71º18.42%55.29%-
HSV(B)185.71º25.93%63.53%-
XYZ26.4931.0638.78-
YUV147.09136.41108.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 27.27%
GREEN value IS 158 (62.11% from 255) = 35.91%
BLUE value IS 162 (63.67% from 255) = 36.82%
R=27.27%
G=35.91%
B=36.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1201581620.260.0200.36185.7118.4255.29
Hex789EA21A2024ba1237
Octal1702362423220442722267
Binary11110001001111010100010110101001001001011101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>