Html Css Color HEX #708391 Slate Grey

📋 copy color: '#708391'

red 112 ◦ green 131 ◦ blue 145

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

Shades of Slate Grey #708391

Tints of Slate Grey #708391

RGB

 RED value IS 112 (44.14% from 255) = 28.87%

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

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

R = 28.87%
G = 33.76%
B = 37.37%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#708391 (or 0x708391) is known color: Slate Grey. HEX triplet: 70, 83 and 91. RGB value is (112,131,145). Sum of RGB (Red+Green+Blue) = 112+131+145=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 145 - color contains mainly: blue. Hex color #708391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708391 is #8F7C6E. Grayscale: #7E7E7E. Windows color (decimal): -9403503 or 9536368. OLE color: 9536368.

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

Color convert

RGB 112 131 145 -
CMYK 0.23 0.10 0 0.43
HSL 205.45º 0.13% 0.5% -
HSV(B) 205.45º 0.23% 0.57% -
XYZ 19.91 21.72 29.93 -
YUV 126.92 138.21 117.36 -
System Red Green Blue C M Y K H S L
Decimal 112 131 145 0.23 0.10 0 0.43 205.45 0.13 0.5
Hex 70 83 91 17 A 0 2B CD D 32
Octal 160 203 221 27 12 0 53 315 15 62
Binary 1110000 10000011 10010001 10111 1010 0 101011 11001101 1101 110010

Color Harmonies of #708391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708391

Black with #708391

Text Example


Text Example

White with #708391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708391; }

 p { color: rgb(112,131,145); }

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

background-color css

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

 a { background-color: rgb(112,131,145); }

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

border-color css

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

 span { border-color: rgb(112,131,145); }

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