#718493

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

Shades of Slate Grey #718493

Tints of Slate Grey #718493

Color information

#718493 (or 0x718493) is unknown color: approx Slate Grey. HEX triplet: 71, 84 and 93. RGB value is (113,132,147). Sum of RGB (Red+Green+Blue) = 113+132+147=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 147 (57.81% from 255 or 37.5% from 392); Max value from RGB is 147 - color contains mainly: blue. Hex color #718493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718493 is #8E7B6C. Grayscale: #7F7F7F. Windows color (decimal): -9337709 or 9667697. OLE color: 9667697.

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

Color convert

RGB113132147-
CMYK0.230.1000.42
HSL206.47º13.6%50.98%-
HSV(B)206.47º23.13%57.65%-
XYZ20.3322.1230.8-
YUV128.03138.71117.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 132 (51.95% from 255) = 33.67%
BLUE value IS 147 (57.81% from 255) = 37.5%
R=28.83%
G=33.67%
B=37.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131321470.230.1000.42206.4713.650.98
Hex71849317A02Acee33
Octal16120422327120523161663
Binary111000110000100100100111011110100101010110011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718493; }

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

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

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

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

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

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

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

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