#758699

Color #758699 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #758699

Tints of Light Slate Grey #758699

Color information

#758699 (or 0x758699) is unknown color: approx Light Slate Grey. HEX triplet: 75, 86 and 99. RGB value is (117,134,153). Sum of RGB (Red+Green+Blue) = 117+134+153=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #758699 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758699 is #8A7966. Grayscale: #828282. Windows color (decimal): -9075047 or 10061429. OLE color: 10061429.

HSL color Cylindrical-coordinate representation of color #758699: hue angle of 211.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #758699 is Cyan = 0.24, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB117134153-
CMYK0.240.1200.4
HSL211.67º15%52.94%-
HSV(B)211.67º23.53%60%-
XYZ21.6123.1333.46-
YUV131.08140.37117.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.96%
GREEN value IS 134 (52.73% from 255) = 33.17%
BLUE value IS 153 (60.16% from 255) = 37.87%
R=28.96%
G=33.17%
B=37.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1171341530.240.1200.4211.671552.94
Hex75869918C028d4f35
Octal16520623130140503241765
Binary111010110000110100110011100011000101000110101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758699; }

 p { color: rgb(117,134,153); }

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

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

 a { background-color: rgb(117,134,153); }

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

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

 span { border-color: rgb(117,134,153); }

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