#70809E

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

Shades of Light Slate Grey #70809E

Tints of Light Slate Grey #70809E

Color information

#70809E (or 0x70809E) is unknown color: approx Light Slate Grey. HEX triplet: 70, 80 and 9E. RGB value is (112,128,158). Sum of RGB (Red+Green+Blue) = 112+128+158=398 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.14% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #70809E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70809E is #8F7F61. Grayscale: #7E7E7E. Windows color (decimal): -9404258 or 10387568. OLE color: 10387568.

HSL color Cylindrical-coordinate representation of color #70809E: hue angle of 219.13º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #70809E is Cyan = 0.29, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112128158-
CMYK0.290.1900.38
HSL219.13º19.17%52.94%-
HSV(B)219.13º29.11%61.96%-
XYZ20.5721.3535.38-
YUV126.64145.7117.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.14%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 158 (62.11% from 255) = 39.70%
R=28.14%
G=32.16%
B=39.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121281580.290.1900.38219.1319.1752.94
Hex70809E1D13026db1335
Octal16020023635230463332365
Binary11100001000000010011110111011001101001101101101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,128,158); }

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

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

 a { background-color: rgb(112,128,158); }

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

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

 span { border-color: rgb(112,128,158); }

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