Html Css Color HEX #718397 Slate Grey

📋 copy color: '#718397'

red 113 ◦ green 131 ◦ blue 151

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

Shades of Slate Grey #718397

Tints of Slate Grey #718397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 38.23%

R = 28.61%
G = 33.16%
B = 38.23%

CMYK

 C value IS 0.25

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#718397 (or 0x718397) is known color: Slate Grey. HEX triplet: 71, 83 and 97. RGB value is (113,131,151). Sum of RGB (Red+Green+Blue) = 113+131+151=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 131 (51.56% from 255 or 33.16% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 151 - color contains mainly: blue. Hex color #718397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718397 is #8E7C68. Grayscale: #7F7F7F. Windows color (decimal): -9337961 or 9929585. OLE color: 9929585.

HSL color Cylindrical-coordinate representation of color #718397: hue angle of 211.58º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #718397 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 131 151 -
CMYK 0.25 0.13 0 0.41
HSL 211.58º 0.15% 0.52% -
HSV(B) 211.58º 0.25% 0.59% -
XYZ 20.51 21.98 32.44 -
YUV 127.9 141.04 117.37 -
System Red Green Blue C M Y K H S L
Decimal 113 131 151 0.25 0.13 0 0.41 211.58 0.15 0.52
Hex 71 83 97 19 D 0 29 D4 F 34
Octal 161 203 227 31 15 0 51 324 17 64
Binary 1110001 10000011 10010111 11001 1101 0 101001 11010100 1111 110100

Color Harmonies of #718397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718397

Black with #718397

Text Example


Text Example

White with #718397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718397; }

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

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

background-color css

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

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

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

border-color css

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

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

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