Html Css Color HEX #718493 Slate Grey

📋 copy color: '#718493'

red 113 ◦ green 132 ◦ blue 147

#718493
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #718493

Tints of Slate Grey #718493

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 value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#718493 (or 0x718493) is known color: 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

RGB 113 132 147 -
CMYK 0.23 0.10 0 0.42
HSL 206.47º 0.14% 0.51% -
HSV(B) 206.47º 0.23% 0.58% -
XYZ 20.33 22.12 30.8 -
YUV 128.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 113 132 147 0.23 0.10 0 0.42 206.47 0.14 0.51
Hex 71 84 93 17 A 0 2A CE E 33
Octal 161 204 223 27 12 0 52 316 16 63
Binary 1110001 10000100 10010011 10111 1010 0 101010 11001110 1110 110011

Color Harmonies of #718493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718493

Black with #718493

Text Example


Text Example

White with #718493

Text Example


Text Example

HTML Codes & Css Web 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>