#759FAC

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

Shades of Neptune #759FAC

Tints of Neptune #759FAC

Color information

#759FAC (or 0x759FAC) is unknown color: approx Neptune. HEX triplet: 75, 9F and AC. RGB value is (117,159,172). Sum of RGB (Red+Green+Blue) = 117+159+172=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 159 (62.5% from 255 or 35.49% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 172 - color contains mainly: blue. Hex color #759FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759FAC is #8A6053. Grayscale: #939393. Windows color (decimal): -9068628 or 11313013. OLE color: 11313013.

HSL color Cylindrical-coordinate representation of color #759FAC: hue angle of 194.18º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #759FAC is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB117159172-
CMYK0.320.0800.33
HSL194.18º24.89%56.67%-
HSV(B)194.18º31.98%67.45%-
XYZ27.1831.5643.69-
YUV147.92141.59105.94-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.12%
GREEN value IS 159 (62.5% from 255) = 35.49%
BLUE value IS 172 (67.58% from 255) = 38.39%
R=26.12%
G=35.49%
B=38.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1171591720.320.0800.33194.1824.8956.67
Hex759FAC208021c21939
Octal16523725440100413023171
Binary11101011001111110101100100000100001000011100001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,159,172); }

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

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

 a { background-color: rgb(117,159,172); }

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

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

 span { border-color: rgb(117,159,172); }

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