Html Css Color HEX #708493 Slate Grey

📋 copy color: '#708493'

red 112 ◦ green 132 ◦ blue 147

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

Shades of Slate Grey #708493

Tints of Slate Grey #708493

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

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

R = 28.64%
G = 33.76%
B = 37.6%

CMYK

 C value IS 0.24

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#708493 (or 0x708493) is known color: Slate Grey. HEX triplet: 70, 84 and 93. RGB value is (112,132,147). Sum of RGB (Red+Green+Blue) = 112+132+147=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #708493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708493 is #8F7B6C. Grayscale: #7F7F7F. Windows color (decimal): -9403245 or 9667696. OLE color: 9667696.

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

Color convert

RGB 112 132 147 -
CMYK 0.24 0.10 0 0.42
HSL 205.71º 0.14% 0.51% -
HSV(B) 205.71º 0.24% 0.58% -
XYZ 20.2 22.05 30.8 -
YUV 127.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 112 132 147 0.24 0.10 0 0.42 205.71 0.14 0.51
Hex 70 84 93 18 A 0 2A CE E 33
Octal 160 204 223 30 12 0 52 316 16 63
Binary 1110000 10000100 10010011 11000 1010 0 101010 11001110 1110 110011

Color Harmonies of #708493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708493

Black with #708493

Text Example


Text Example

White with #708493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708493; }

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

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

background-color css

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

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

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

border-color css

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

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

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