#759B9E

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

Shades of Neptune #759B9E

Tints of Neptune #759B9E

Color information

#759B9E (or 0x759B9E) is unknown color: approx Neptune. HEX triplet: 75, 9B and 9E. RGB value is (117,155,158). Sum of RGB (Red+Green+Blue) = 117+155+158=430 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.21% from 430); Green value is 155 (60.94% from 255 or 36.05% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 158 - color contains mainly: blue. Hex color #759B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B9E is #8A6461. Grayscale: #8F8F8F. Windows color (decimal): -9069666 or 10394485. OLE color: 10394485.

HSL color Cylindrical-coordinate representation of color #759B9E: hue angle of 184.39º 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 #759B9E is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB117155158-
CMYK0.260.0200.38
HSL184.39º17.45%53.92%-
HSV(B)184.39º25.95%61.96%-
XYZ25.2329.6936.75-
YUV143.98135.91108.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.21%
GREEN value IS 155 (60.94% from 255) = 36.05%
BLUE value IS 158 (62.11% from 255) = 36.74%
R=27.21%
G=36.05%
B=36.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1171551580.260.0200.38184.3917.4553.92
Hex759B9E1A2026b81136
Octal1652332363220462702166
Binary11101011001101110011110110101001001101011100010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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