#759B9D

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

Shades of Neptune #759B9D

Tints of Neptune #759B9D

Color information

#759B9D (or 0x759B9D) is unknown color: approx Neptune. HEX triplet: 75, 9B and 9D. RGB value is (117,155,157). Sum of RGB (Red+Green+Blue) = 117+155+157=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 157 (61.72% from 255 or 36.60% from 429); Max value from RGB is 157 - color contains mainly: blue. Hex color #759B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B9D is #8A6462. Grayscale: #8F8F8F. Windows color (decimal): -9069667 or 10328949. OLE color: 10328949.

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

Color convert

RGB117155157-
CMYK0.250.0100.38
HSL183º16.95%53.73%-
HSV(B)183º25.48%61.57%-
XYZ25.1429.6636.3-
YUV143.87135.41108.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.27%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 157 (61.72% from 255) = 36.60%
R=27.27%
G=36.13%
B=36.60%

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
Decimal1171551570.250.0100.3818316.9553.73
Hex759B9D191026b71136
Octal1652332353110462672166
Binary1110101100110111001110111001101001101011011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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