Html Css Color HEX #718492 Slate Grey

📋 copy color: '#718492'

red 113 ◦ green 132 ◦ blue 146

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

Shades of Slate Grey #718492

Tints of Slate Grey #718492

RGB

 RED value IS 113 (44.53% from 255) = 28.9%

 GREEN value IS 132 (51.95% from 255) = 33.76%

 BLUE value IS 146 (57.42% from 255) = 37.34%

R = 28.9%
G = 33.76%
B = 37.34%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#718492 (or 0x718492) is known color: Slate Grey. HEX triplet: 71, 84 and 92. RGB value is (113,132,146). Sum of RGB (Red+Green+Blue) = 113+132+146=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 146 - color contains mainly: blue. Hex color #718492 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718492 is #8E7B6D. Grayscale: #7F7F7F. Windows color (decimal): -9337710 or 9602161. OLE color: 9602161.

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

Color convert

RGB 113 132 146 -
CMYK 0.23 0.10 0 0.43
HSL 205.45º 0.13% 0.51% -
HSV(B) 205.45º 0.23% 0.57% -
XYZ 20.25 22.09 30.39 -
YUV 127.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 113 132 146 0.23 0.10 0 0.43 205.45 0.13 0.51
Hex 71 84 92 17 A 0 2B CD D 33
Octal 161 204 222 27 12 0 53 315 15 63
Binary 1110001 10000100 10010010 10111 1010 0 101011 11001101 1101 110011

Color Harmonies of #718492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718492

Black with #718492

Text Example


Text Example

White with #718492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718492; }

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

 H1.HeaderClassName
 {
   color: #718492;
 }
 .AnyTagClassName
 {
   color: #718492;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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