Html Css Color HEX #718191 Slate Grey

📋 copy color: '#718191'

red 113 ◦ green 129 ◦ blue 145

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

Shades of Slate Grey #718191

Tints of Slate Grey #718191

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.33%

 BLUE value IS 145 (57.03% from 255) = 37.47%

R = 29.2%
G = 33.33%
B = 37.47%

CMYK

 C value IS 0.22

 M value IS 0.11

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#718191 (or 0x718191) is known color: Slate Grey. HEX triplet: 71, 81 and 91. RGB value is (113,129,145). Sum of RGB (Red+Green+Blue) = 113+129+145=387 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.20% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 145 - color contains mainly: blue. Hex color #718191 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718191 is #8E7E6E. Grayscale: #7D7D7D. Windows color (decimal): -9338479 or 9535857. OLE color: 9535857.

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

Color convert

RGB 113 129 145 -
CMYK 0.22 0.11 0 0.43
HSL 210º 0.13% 0.51% -
HSV(B) 210º 0.22% 0.57% -
XYZ 19.77 21.26 29.85 -
YUV 126.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 113 129 145 0.22 0.11 0 0.43 210 0.13 0.51
Hex 71 81 91 16 B 0 2B D2 D 33
Octal 161 201 221 26 13 0 53 322 15 63
Binary 1110001 10000001 10010001 10110 1011 0 101011 11010010 1101 110011

Color Harmonies of #718191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718191

Black with #718191

Text Example


Text Example

White with #718191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718191; }

 p { color: rgb(113,129,145); }

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

background-color css

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

 a { background-color: rgb(113,129,145); }

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

border-color css

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

 span { border-color: rgb(113,129,145); }

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