#789b9e

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

Shades of Neptune #789B9E

Tints of Neptune #789B9E

Color information

#789B9E (or 0x789B9E) is unknown color: approx Neptune. HEX triplet: 78, 9B and 9E. RGB value is (120,155,158). Sum of RGB (Red+Green+Blue) = 120+155+158=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 158 (62.11% from 255 or 36.49% from 433); Max value from RGB is 158 - color contains mainly: blue. Hex color #789B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789B9E is #876461. Grayscale: #909090. Windows color (decimal): -8873058 or 10394488. OLE color: 10394488.

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

Color convert

RGB120155158-
CMYK0.240.0200.38
HSL184.74º16.38%54.51%-
HSV(B)184.74º24.05%61.96%-
XYZ25.6429.936.77-
YUV144.88135.4110.26-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.71%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 158 (62.11% from 255) = 36.49%
R=27.71%
G=35.80%
B=36.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201551580.240.0200.38184.7416.3854.51
Hex789B9E182026b91037
Octal1702332363020462712067
Binary11110001001101110011110110001001001101011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789b9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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