Html Css Color HEX #70828E Slate Grey

📋 copy color: '#70828E'

red 112 ◦ green 130 ◦ blue 142

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

Shades of Slate Grey #70828E

Tints of Slate Grey #70828E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.85%

 BLUE value IS 142 (55.86% from 255) = 36.98%

R = 29.17%
G = 33.85%
B = 36.98%

CMYK

 C value IS 0.21

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#70828E (or 0x70828E) is known color: Slate Grey. HEX triplet: 70, 82 and 8E. RGB value is (112,130,142). Sum of RGB (Red+Green+Blue) = 112+130+142=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #70828E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70828E is #8F7D71. Grayscale: #7D7D7D. Windows color (decimal): -9403762 or 9339504. OLE color: 9339504.

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

Color convert

RGB 112 130 142 -
CMYK 0.21 0.08 0 0.44
HSL 204º 0.12% 0.5% -
HSV(B) 204º 0.21% 0.56% -
XYZ 19.55 21.36 28.68 -
YUV 125.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 112 130 142 0.21 0.08 0 0.44 204 0.12 0.5
Hex 70 82 8E 15 8 0 2C CC C 32
Octal 160 202 216 25 10 0 54 314 14 62
Binary 1110000 10000010 10001110 10101 1000 0 101100 11001100 1100 110010

Color Harmonies of #70828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70828E

Black with #70828E

Text Example


Text Example

White with #70828E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70828E; }

 p { color: rgb(112,130,142); }

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

background-color css

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

 a { background-color: rgb(112,130,142); }

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

border-color css

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

 span { border-color: rgb(112,130,142); }

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