#70809D

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

Shades of Light Slate Grey #70809D

Tints of Light Slate Grey #70809D

Color information

#70809D (or 0x70809D) is unknown color: approx Light Slate Grey. HEX triplet: 70, 80 and 9D. RGB value is (112,128,157). Sum of RGB (Red+Green+Blue) = 112+128+157=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 157 - color contains mainly: blue. Hex color #70809D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70809D is #8F7F62. Grayscale: #7E7E7E. Windows color (decimal): -9404259 or 10322032. OLE color: 10322032.

HSL color Cylindrical-coordinate representation of color #70809D: hue angle of 218.67º 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 #70809D is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112128157-
CMYK0.290.1800.38
HSL218.67º18.67%52.75%-
HSV(B)218.67º28.66%61.57%-
XYZ20.4921.3234.93-
YUV126.52145.2117.64-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.21%
GREEN value IS 128 (50.39% from 255) = 32.24%
BLUE value IS 157 (61.72% from 255) = 39.55%
R=28.21%
G=32.24%
B=39.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121281570.290.1800.38218.6718.6752.75
Hex70809D1D12026db1335
Octal16020023535220463332365
Binary11100001000000010011101111011001001001101101101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70809D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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