#758797

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

Shades of Light Slate Grey #758797

Tints of Light Slate Grey #758797

Color information

#758797 (or 0x758797) is unknown color: approx Light Slate Grey. HEX triplet: 75, 87 and 97. RGB value is (117,135,151). Sum of RGB (Red+Green+Blue) = 117+135+151=403 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.03% from 403); Green value is 135 (53.12% from 255 or 33.50% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 151 - color contains mainly: blue. Hex color #758797 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758797 is #8A7868. Grayscale: #838383. Windows color (decimal): -9074793 or 9930613. OLE color: 9930613.

HSL color Cylindrical-coordinate representation of color #758797: hue angle of 208.24º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #758797 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB117135151-
CMYK0.230.1100.41
HSL208.24º14.05%52.55%-
HSV(B)208.24º22.52%59.22%-
XYZ21.5923.3432.65-
YUV131.44139.04117.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.03%
GREEN value IS 135 (53.12% from 255) = 33.50%
BLUE value IS 151 (59.38% from 255) = 37.47%
R=29.03%
G=33.50%
B=37.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171351510.230.1100.41208.2414.0552.55
Hex75879717B029d0e35
Octal16520722727130513201665
Binary111010110000111100101111011110110101001110100001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758797; }

 p { color: rgb(117,135,151); }

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

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

 a { background-color: rgb(117,135,151); }

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

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

 span { border-color: rgb(117,135,151); }

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