#758297

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

Shades of Light Slate Grey #758297

Tints of Light Slate Grey #758297

Color information

#758297 (or 0x758297) is unknown color: approx Light Slate Grey. HEX triplet: 75, 82 and 97. RGB value is (117,130,151). Sum of RGB (Red+Green+Blue) = 117+130+151=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 151 (59.38% from 255 or 37.94% from 398); Max value from RGB is 151 - color contains mainly: blue. Hex color #758297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758297 is #8A7D68. Grayscale: #808080. Windows color (decimal): -9076073 or 9929333. OLE color: 9929333.

HSL color Cylindrical-coordinate representation of color #758297: hue angle of 217.06º 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 #758297 is Cyan = 0.23, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB117130151-
CMYK0.230.1400.41
HSL217.06º14.05%52.55%-
HSV(B)217.06º22.52%59.22%-
XYZ20.921.9832.42-
YUV128.51140.69119.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.40%
GREEN value IS 130 (51.17% from 255) = 32.66%
BLUE value IS 151 (59.38% from 255) = 37.94%
R=29.40%
G=32.66%
B=37.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1171301510.230.1400.41217.0614.0552.55
Hex75829717E029d9e35
Octal16520222727160513311665
Binary111010110000010100101111011111100101001110110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758297; }

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

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

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

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

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

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

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

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