Html Css Color HEX #718295 Slate Grey

📋 copy color: '#718295'

red 113 ◦ green 130 ◦ blue 149

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

Shades of Slate Grey #718295

Tints of Slate Grey #718295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.16%

 BLUE value IS 149 (58.59% from 255) = 38.01%

R = 28.83%
G = 33.16%
B = 38.01%

CMYK

 C value IS 0.24

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#718295 (or 0x718295) is known color: Slate Grey. HEX triplet: 71, 82 and 95. RGB value is (113,130,149). Sum of RGB (Red+Green+Blue) = 113+130+149=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 149 - color contains mainly: blue. Hex color #718295 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718295 is #8E7D6A. Grayscale: #7E7E7E. Windows color (decimal): -9338219 or 9798257. OLE color: 9798257.

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

Color convert

RGB 113 130 149 -
CMYK 0.24 0.13 0 0.42
HSL 211.67º 0.15% 0.51% -
HSV(B) 211.67º 0.24% 0.58% -
XYZ 20.22 21.65 31.55 -
YUV 127.08 140.37 117.96 -
System Red Green Blue C M Y K H S L
Decimal 113 130 149 0.24 0.13 0 0.42 211.67 0.15 0.51
Hex 71 82 95 18 D 0 2A D4 F 33
Octal 161 202 225 30 15 0 52 324 17 63
Binary 1110001 10000010 10010101 11000 1101 0 101010 11010100 1111 110011

Color Harmonies of #718295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718295

Black with #718295

Text Example


Text Example

White with #718295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718295; }

 p { color: rgb(113,130,149); }

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

background-color css

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

 a { background-color: rgb(113,130,149); }

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

border-color css

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

 span { border-color: rgb(113,130,149); }

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