#758393

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

Shades of Slate Grey #758393

Tints of Slate Grey #758393

Color information

#758393 (or 0x758393) is unknown color: approx Slate Grey. HEX triplet: 75, 83 and 93. RGB value is (117,131,147). Sum of RGB (Red+Green+Blue) = 117+131+147=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 147 (57.81% from 255 or 37.22% from 395); Max value from RGB is 147 - color contains mainly: blue. Hex color #758393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758393 is #8A7C6C. Grayscale: #808080. Windows color (decimal): -9075821 or 9667445. OLE color: 9667445.

HSL color Cylindrical-coordinate representation of color #758393: hue angle of 212º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #758393 is Cyan = 0.20, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB117131147-
CMYK0.200.1100.42
HSL212º12.2%51.76%-
HSV(B)212º20.41%57.65%-
XYZ20.7222.1230.78-
YUV128.64138.36119.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.62%
GREEN value IS 131 (51.56% from 255) = 33.16%
BLUE value IS 147 (57.81% from 255) = 37.22%
R=29.62%
G=33.16%
B=37.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1171311470.200.1100.4221212.251.76
Hex75839314B02Ad4c34
Octal16520322324130523241464
Binary111010110000011100100111010010110101010110101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #758393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #758393; }

 p { color: rgb(117,131,147); }

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

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

 a { background-color: rgb(117,131,147); }

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

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

 span { border-color: rgb(117,131,147); }

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