Html Css Color HEX #718395 Slate Grey

📋 copy color: '#718395'

red 113 ◦ green 131 ◦ blue 149

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

Shades of Slate Grey #718395

Tints of Slate Grey #718395

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

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

R = 28.75%
G = 33.33%
B = 37.91%

CMYK

 C value IS 0.24

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#718395 (or 0x718395) is known color: Slate Grey. HEX triplet: 71, 83 and 95. RGB value is (113,131,149). Sum of RGB (Red+Green+Blue) = 113+131+149=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 149 - color contains mainly: blue. Hex color #718395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718395 is #8E7C6A. Grayscale: #7F7F7F. Windows color (decimal): -9337963 or 9798513. OLE color: 9798513.

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

Color convert

RGB 113 131 149 -
CMYK 0.24 0.12 0 0.42
HSL 210º 0.15% 0.51% -
HSV(B) 210º 0.24% 0.58% -
XYZ 20.35 21.91 31.59 -
YUV 127.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 113 131 149 0.24 0.12 0 0.42 210 0.15 0.51
Hex 71 83 95 18 C 0 2A D2 F 33
Octal 161 203 225 30 14 0 52 322 17 63
Binary 1110001 10000011 10010101 11000 1100 0 101010 11010010 1111 110011

Color Harmonies of #718395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718395

Black with #718395

Text Example


Text Example

White with #718395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718395; }

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

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

background-color css

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

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

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

border-color css

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

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

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