Html Css Color HEX #708490 Slate Grey

📋 copy color: '#708490'

red 112 ◦ green 132 ◦ blue 144

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

Shades of Slate Grey #708490

Tints of Slate Grey #708490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.11%

R = 28.87%
G = 34.02%
B = 37.11%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#708490 (or 0x708490) is known color: Slate Grey. HEX triplet: 70, 84 and 90. RGB value is (112,132,144). Sum of RGB (Red+Green+Blue) = 112+132+144=388 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.87% from 388); Green value is 132 (51.95% from 255 or 34.02% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 144 - color contains mainly: blue. Hex color #708490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #708490 is #8F7B6F. Grayscale: #7F7F7F. Windows color (decimal): -9403248 or 9471088. OLE color: 9471088.

HSL color Cylindrical-coordinate representation of color #708490: hue angle of 202.5º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #708490 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 112 132 144 -
CMYK 0.22 0.08 0 0.44
HSL 202.5º 0.13% 0.5% -
HSV(B) 202.5º 0.22% 0.56% -
XYZ 19.97 21.96 29.57 -
YUV 127.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 112 132 144 0.22 0.08 0 0.44 202.5 0.13 0.5
Hex 70 84 90 16 8 0 2C CA D 32
Octal 160 204 220 26 10 0 54 312 15 62
Binary 1110000 10000100 10010000 10110 1000 0 101100 11001010 1101 110010

Color Harmonies of #708490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708490

Black with #708490

Text Example


Text Example

White with #708490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708490; }

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

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

background-color css

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

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

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

border-color css

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

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

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