#718393

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

Shades of Slate Grey #718393

Tints of Slate Grey #718393

Color information

#718393 (or 0x718393) is unknown color: approx Slate Grey. HEX triplet: 71, 83 and 93. RGB value is (113,131,147). Sum of RGB (Red+Green+Blue) = 113+131+147=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #718393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718393 is #8E7C6C. Grayscale: #7F7F7F. Windows color (decimal): -9337965 or 9667441. OLE color: 9667441.

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

Color convert

RGB113131147-
CMYK0.230.1100.42
HSL208.24º13.6%50.98%-
HSV(B)208.24º23.13%57.65%-
XYZ20.1921.8530.76-
YUV127.44139.04117.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 147 (57.81% from 255) = 37.60%
R=28.90%
G=33.50%
B=37.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131311470.230.1100.42208.2413.650.98
Hex71839317B02Ad0e33
Octal16120322327130523201663
Binary111000110000011100100111011110110101010110100001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718393; }

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

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

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

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

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

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

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

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