#70828e

Color #70828E Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #70828E

Tints of Slate Grey #70828E

Color information

#70828E (or 0x70828E) is unknown color: approx 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

RGB112130142-
CMYK0.210.0800.44
HSL204º11.81%49.8%-
HSV(B)204º21.13%55.69%-
XYZ19.5521.3628.68-
YUV125.99137.04118.02-

RGB Variations

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

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 (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121301420.210.0800.4420411.8149.8
Hex70828E15802Cccc32
Octal16020221625100543141462
Binary111000010000010100011101010110000101100110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70828e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>