#70818D

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

Shades of Slate Grey #70818D

Tints of Slate Grey #70818D

Color information

#70818D (or 0x70818D) is unknown color: approx Slate Grey. HEX triplet: 70, 81 and 8D. RGB value is (112,129,141). Sum of RGB (Red+Green+Blue) = 112+129+141=382 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.32% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 141 - color contains mainly: blue. Hex color #70818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70818D is #8F7E72. Grayscale: #7D7D7D. Windows color (decimal): -9404019 or 9273712. OLE color: 9273712.

HSL color Cylindrical-coordinate representation of color #70818D: hue angle of 204.83º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #70818D is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB112129141-
CMYK0.210.0900.45
HSL204.83º11.46%49.61%-
HSV(B)204.83º20.57%55.29%-
XYZ19.3421.0728.25-
YUV125.28136.87118.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.32%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 141 (55.47% from 255) = 36.91%
R=29.32%
G=33.77%
B=36.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1121291410.210.0900.45204.8311.4649.61
Hex70818D15902Dcdb32
Octal16020121525110553151362
Binary111000010000001100011011010110010101101110011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70818D; }

 p { color: rgb(112,129,141); }

 H1.HeaderClassName
 {
   color: #70818D;
 }
 .AnyTagClassName
 {
   color: #70818D;
 }
</style>
background-color css

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

 a { background-color: rgb(112,129,141); }

 div.DivClassName
 {
   background-color: #70818D;
 }
 .BgClassName
 {
   background-color: #70818D;
 }
</style>
border-color css

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

 span { border-color: rgb(112,129,141); }

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