#70818E

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

Shades of Slate Grey #70818E

Tints of Slate Grey #70818E

Color information

#70818E (or 0x70818E) is unknown color: approx Slate Grey. HEX triplet: 70, 81 and 8E. RGB value is (112,129,142). Sum of RGB (Red+Green+Blue) = 112+129+142=383 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.24% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 142 - color contains mainly: blue. Hex color #70818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70818E is #8F7E71. Grayscale: #7D7D7D. Windows color (decimal): -9404018 or 9339248. OLE color: 9339248.

HSL color Cylindrical-coordinate representation of color #70818E: hue angle of 206º 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 #70818E is Cyan = 0.21, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB112129142-
CMYK0.210.0900.44
HSL206º11.81%49.8%-
HSV(B)206º21.13%55.69%-
XYZ19.4121.128.64-
YUV125.4137.37118.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.24%
GREEN value IS 129 (50.78% from 255) = 33.68%
BLUE value IS 142 (55.86% from 255) = 37.08%
R=29.24%
G=33.68%
B=37.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1121291420.210.0900.4420611.8149.8
Hex70818E15902Ccec32
Octal16020121625110543161462
Binary111000010000001100011101010110010101100110011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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