Html Css Color HEX #708393 Slate Grey

📋 copy color: '#708393'

red 112 ◦ green 131 ◦ blue 147

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

Shades of Slate Grey #708393

Tints of Slate Grey #708393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 37.69%

R = 28.72%
G = 33.59%
B = 37.69%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#708393 (or 0x708393) is known color: Slate Grey. HEX triplet: 70, 83 and 93. RGB value is (112,131,147). Sum of RGB (Red+Green+Blue) = 112+131+147=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 147 - color contains mainly: blue. Hex color #708393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708393 is #8F7C6C. Grayscale: #7F7F7F. Windows color (decimal): -9403501 or 9667440. OLE color: 9667440.

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

Color convert

RGB 112 131 147 -
CMYK 0.24 0.11 0 0.42
HSL 207.43º 0.14% 0.51% -
HSV(B) 207.43º 0.24% 0.58% -
XYZ 20.06 21.78 30.75 -
YUV 127.14 139.21 117.2 -
System Red Green Blue C M Y K H S L
Decimal 112 131 147 0.24 0.11 0 0.42 207.43 0.14 0.51
Hex 70 83 93 18 B 0 2A CF E 33
Octal 160 203 223 30 13 0 52 317 16 63
Binary 1110000 10000011 10010011 11000 1011 0 101010 11001111 1110 110011

Color Harmonies of #708393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708393

Black with #708393

Text Example


Text Example

White with #708393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708393; }

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

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

background-color css

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

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

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

border-color css

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

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

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