#789EA0

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

Shades of Neptune #789EA0

Tints of Neptune #789EA0

Color information

#789EA0 (or 0x789EA0) is unknown color: approx Neptune. HEX triplet: 78, 9E and A0. RGB value is (120,158,160). Sum of RGB (Red+Green+Blue) = 120+158+160=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 160 - color contains mainly: blue. Hex color #789EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789EA0 is #87615F. Grayscale: #929292. Windows color (decimal): -8872288 or 10526328. OLE color: 10526328.

HSL color Cylindrical-coordinate representation of color #789EA0: hue angle of 183º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #789EA0 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB120158160-
CMYK0.250.0100.37
HSL183º17.39%54.9%-
HSV(B)183º25%62.75%-
XYZ26.3230.9837.85-
YUV146.87135.41108.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.40%
GREEN value IS 158 (62.11% from 255) = 36.07%
BLUE value IS 160 (62.89% from 255) = 36.53%
R=27.40%
G=36.07%
B=36.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1201581600.250.0100.3718317.3954.9
Hex789EA0191025b71137
Octal1702362403110452672167
Binary1111000100111101010000011001101001011011011110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789EA0; }

 p { color: rgb(120,158,160); }

 H1.HeaderClassName
 {
   color: #789EA0;
 }
 .AnyTagClassName
 {
   color: #789EA0;
 }
</style>
background-color css

<style>
 a { background-color: #789EA0; }

 a { background-color: rgb(120,158,160); }

 div.DivClassName
 {
   background-color: #789EA0;
 }
 .BgClassName
 {
   background-color: #789EA0;
 }
</style>
border-color css

<style>
 span { border-color: #789EA0; }

 span { border-color: rgb(120,158,160); }

 td.TdClassName
 {
   border-color: #789EA0;
 }
 .TagClassName
 {
   border-color: #789EA0;
 }
</style>