#759C9D

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

Shades of Neptune #759C9D

Tints of Neptune #759C9D

Color information

#759C9D (or 0x759C9D) is unknown color: approx Neptune. HEX triplet: 75, 9C and 9D. RGB value is (117,156,157). Sum of RGB (Red+Green+Blue) = 117+156+157=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: blue. Hex color #759C9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759C9D is #8A6362. Grayscale: #909090. Windows color (decimal): -9069411 or 10329205. OLE color: 10329205.

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

Color convert

RGB117156157-
CMYK0.250.0100.38
HSL181.5º16.95%53.73%-
HSV(B)181.5º25.48%61.57%-
XYZ25.3129.9936.35-
YUV144.45135.08108.42-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.21%
GREEN value IS 156 (61.33% from 255) = 36.28%
BLUE value IS 157 (61.72% from 255) = 36.51%
R=27.21%
G=36.28%
B=36.51%

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
Decimal1171561570.250.0100.38181.516.9553.73
Hex759C9D191026b51136
Octal1652342353110462652166
Binary1110101100111001001110111001101001101011010110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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