#759BA1

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

Shades of Neptune #759BA1

Tints of Neptune #759BA1

Color information

#759BA1 (or 0x759BA1) is unknown color: approx Neptune. HEX triplet: 75, 9B and A1. RGB value is (117,155,161). Sum of RGB (Red+Green+Blue) = 117+155+161=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 161 (63.28% from 255 or 37.18% from 433); Max value from RGB is 161 - color contains mainly: blue. Hex color #759BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759BA1 is #8A645E. Grayscale: #909090. Windows color (decimal): -9069663 or 10591093. OLE color: 10591093.

HSL color Cylindrical-coordinate representation of color #759BA1: hue angle of 188.18º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #759BA1 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB117155161-
CMYK0.270.0400.37
HSL188.18º18.97%54.51%-
HSV(B)188.18º27.33%63.14%-
XYZ25.4929.838.13-
YUV144.32137.41108.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.02%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 161 (63.28% from 255) = 37.18%
R=27.02%
G=35.80%
B=37.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1171551610.270.0400.37188.1818.9754.51
Hex759BA11B4025bc1337
Octal1652332413340452742367
Binary111010110011011101000011101110001001011011110010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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