#718392

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

Shades of Slate Grey #718392

Tints of Slate Grey #718392

Color information

#718392 (or 0x718392) is unknown color: approx Slate Grey. HEX triplet: 71, 83 and 92. RGB value is (113,131,146). Sum of RGB (Red+Green+Blue) = 113+131+146=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #718392 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718392 is #8E7C6D. Grayscale: #7F7F7F. Windows color (decimal): -9337966 or 9601905. OLE color: 9601905.

HSL color Cylindrical-coordinate representation of color #718392: hue angle of 207.27º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #718392 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB113131146-
CMYK0.230.1000.43
HSL207.27º13.15%50.78%-
HSV(B)207.27º22.6%57.25%-
XYZ20.1121.8230.35-
YUV127.33138.54117.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.97%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 146 (57.42% from 255) = 37.44%
R=28.97%
G=33.59%
B=37.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131311460.230.1000.43207.2713.1550.78
Hex71839217A02Bcfd33
Octal16120322227120533171563
Binary111000110000011100100101011110100101011110011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718392; }

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

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

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

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

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

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

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

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