Html Css Color HEX #718396 Slate Grey

📋 copy color: '#718396'

red 113 ◦ green 131 ◦ blue 150

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

Shades of Slate Grey #718396

Tints of Slate Grey #718396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.07%

R = 28.68%
G = 33.25%
B = 38.07%

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

#718396 (or 0x718396) is known color: Slate Grey. HEX triplet: 71, 83 and 96. RGB value is (113,131,150). Sum of RGB (Red+Green+Blue) = 113+131+150=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 150 - color contains mainly: blue. Hex color #718396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #718396 is #8E7C69. Grayscale: #7F7F7F. Windows color (decimal): -9337962 or 9864049. OLE color: 9864049.

HSL color Cylindrical-coordinate representation of color #718396: hue angle of 210.81º 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 #718396 is Cyan = 0.25, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 131 150 -
CMYK 0.25 0.13 0 0.41
HSL 210.81º 0.15% 0.52% -
HSV(B) 210.81º 0.25% 0.59% -
XYZ 20.43 21.95 32.01 -
YUV 127.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 113 131 150 0.25 0.13 0 0.41 210.81 0.15 0.52
Hex 71 83 96 19 D 0 29 D3 F 34
Octal 161 203 226 31 15 0 51 323 17 64
Binary 1110001 10000011 10010110 11001 1101 0 101001 11010011 1111 110100

Color Harmonies of #718396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718396

Black with #718396

Text Example


Text Example

White with #718396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718396; }

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

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

background-color css

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

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

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

border-color css

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

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

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