#75A5B1

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

Shades of Neptune #75A5B1

Tints of Neptune #75A5B1

Color information

#75A5B1 (or 0x75A5B1) is unknown color: approx Neptune. HEX triplet: 75, A5 and B1. RGB value is (117,165,177). Sum of RGB (Red+Green+Blue) = 117+165+177=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 165 (64.84% from 255 or 35.95% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 177 - color contains mainly: blue. Hex color #75A5B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A5B1 is #8A5A4E. Grayscale: #979797. Windows color (decimal): -9067087 or 11642229. OLE color: 11642229.

HSL color Cylindrical-coordinate representation of color #75A5B1: hue angle of 192º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75A5B1 is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB117165177-
CMYK0.340.0700.31
HSL192º27.78%57.65%-
HSV(B)192º33.9%69.41%-
XYZ28.7333.8746.62-
YUV152.02142.1103.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.49%
GREEN value IS 165 (64.84% from 255) = 35.95%
BLUE value IS 177 (69.53% from 255) = 38.56%
R=25.49%
G=35.95%
B=38.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1171651770.340.0700.3119227.7857.65
Hex75A5B122701Fc01c3a
Octal1652452614270373003472
Binary111010110100101101100011000101110111111100000011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75A5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75A5B1; }

 p { color: rgb(117,165,177); }

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

<style>
 a { background-color: #75A5B1; }

 a { background-color: rgb(117,165,177); }

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

<style>
 span { border-color: #75A5B1; }

 span { border-color: rgb(117,165,177); }

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