#759C9E

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

Shades of Neptune #759C9E

Tints of Neptune #759C9E

Color information

#759C9E (or 0x759C9E) is unknown color: approx Neptune. HEX triplet: 75, 9C and 9E. RGB value is (117,156,158). Sum of RGB (Red+Green+Blue) = 117+156+158=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 158 (62.11% from 255 or 36.66% from 431); Max value from RGB is 158 - color contains mainly: blue. Hex color #759C9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759C9E is #8A6361. Grayscale: #909090. Windows color (decimal): -9069410 or 10394741. OLE color: 10394741.

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

Color convert

RGB117156158-
CMYK0.260.0100.38
HSL182.93º17.45%53.92%-
HSV(B)182.93º25.95%61.96%-
XYZ25.430.0336.81-
YUV144.57135.58108.34-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.15%
GREEN value IS 156 (61.33% from 255) = 36.19%
BLUE value IS 158 (62.11% from 255) = 36.66%
R=27.15%
G=36.19%
B=36.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171561580.260.0100.38182.9317.4553.92
Hex759C9E1A1026b71136
Octal1652342363210462672166
Binary1110101100111001001111011010101001101011011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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