#70849E

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

Shades of Light Slate Grey #70849E

Tints of Light Slate Grey #70849E

Color information

#70849E (or 0x70849E) is unknown color: approx Light Slate Grey. HEX triplet: 70, 84 and 9E. RGB value is (112,132,158). Sum of RGB (Red+Green+Blue) = 112+132+158=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 158 - color contains mainly: blue. Hex color #70849E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70849E is #8F7B61. Grayscale: #808080. Windows color (decimal): -9403234 or 10388592. OLE color: 10388592.

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

Color convert

RGB112132158-
CMYK0.290.1600.38
HSL213.91º19.17%52.94%-
HSV(B)213.91º29.11%61.96%-
XYZ21.122.4235.56-
YUV128.98144.37115.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 132 (51.95% from 255) = 32.84%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=27.86%
G=32.84%
B=39.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121321580.290.1600.38213.9119.1752.94
Hex70849E1D10026d61335
Octal16020423635200463262365
Binary11100001000010010011110111011000001001101101011010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70849E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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