#789E9F

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

Shades of Neptune #789E9F

Tints of Neptune #789E9F

Color information

#789E9F (or 0x789E9F) is unknown color: approx Neptune. HEX triplet: 78, 9E and 9F. RGB value is (120,158,159). Sum of RGB (Red+Green+Blue) = 120+158+159=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 159 (62.5% from 255 or 36.38% from 437); Max value from RGB is 159 - color contains mainly: blue. Hex color #789E9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789E9F is #876160. Grayscale: #929292. Windows color (decimal): -8872289 or 10460792. OLE color: 10460792.

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

Color convert

RGB120158159-
CMYK0.250.0100.38
HSL181.54º16.88%54.71%-
HSV(B)181.54º24.53%62.35%-
XYZ26.2330.9537.39-
YUV146.75134.91108.92-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.46%
GREEN value IS 158 (62.11% from 255) = 36.16%
BLUE value IS 159 (62.5% from 255) = 36.38%
R=27.46%
G=36.16%
B=36.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201581590.250.0100.38181.5416.8854.71
Hex789E9F191026b61137
Octal1702362373110462662167
Binary1111000100111101001111111001101001101011011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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