Html Css Color HEX #708394 Slate Grey

📋 copy color: '#708394'

red 112 ◦ green 131 ◦ blue 148

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

Shades of Slate Grey #708394

Tints of Slate Grey #708394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.85%

R = 28.64%
G = 33.5%
B = 37.85%

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

#708394 (or 0x708394) is known color: Slate Grey. HEX triplet: 70, 83 and 94. RGB value is (112,131,148). Sum of RGB (Red+Green+Blue) = 112+131+148=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 148 (58.20% from 255 or 37.85% from 391); Max value from RGB is 148 - color contains mainly: blue. Hex color #708394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708394 is #8F7C6B. Grayscale: #7F7F7F. Windows color (decimal): -9403500 or 9732976. OLE color: 9732976.

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

Color convert

RGB 112 131 148 -
CMYK 0.24 0.11 0 0.42
HSL 208.33º 0.14% 0.51% -
HSV(B) 208.33º 0.24% 0.58% -
XYZ 20.14 21.82 31.17 -
YUV 127.26 139.71 117.12 -
System Red Green Blue C M Y K H S L
Decimal 112 131 148 0.24 0.11 0 0.42 208.33 0.14 0.51
Hex 70 83 94 18 B 0 2A D0 E 33
Octal 160 203 224 30 13 0 52 320 16 63
Binary 1110000 10000011 10010100 11000 1011 0 101010 11010000 1110 110011

Color Harmonies of #708394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708394

Black with #708394

Text Example


Text Example

White with #708394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708394; }

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

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

background-color css

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

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

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

border-color css

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

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

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