#789C9E

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

Shades of Neptune #789C9E

Tints of Neptune #789C9E

Color information

#789C9E (or 0x789C9E) is unknown color: approx Neptune. HEX triplet: 78, 9C and 9E. RGB value is (120,156,158). Sum of RGB (Red+Green+Blue) = 120+156+158=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 158 - color contains mainly: blue. Hex color #789C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789C9E is #876361. Grayscale: #919191. Windows color (decimal): -8872802 or 10394744. OLE color: 10394744.

HSL color Cylindrical-coordinate representation of color #789C9E: hue angle of 183.16º 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 #789C9E is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB120156158-
CMYK0.240.0100.38
HSL183.16º16.38%54.51%-
HSV(B)183.16º24.05%61.96%-
XYZ25.8130.2436.82-
YUV145.46135.07109.84-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.65%
GREEN value IS 156 (61.33% from 255) = 35.94%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=27.65%
G=35.94%
B=36.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1201561580.240.0100.38183.1616.3854.51
Hex789C9E181026b71037
Octal1702342363010462672067
Binary1111000100111001001111011000101001101011011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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