#70849D

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

Shades of Light Slate Grey #70849D

Tints of Light Slate Grey #70849D

Color information

#70849D (or 0x70849D) is unknown color: approx Light Slate Grey. HEX triplet: 70, 84 and 9D. RGB value is (112,132,157). Sum of RGB (Red+Green+Blue) = 112+132+157=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 157 (61.72% from 255 or 39.15% from 401); Max value from RGB is 157 - color contains mainly: blue. Hex color #70849D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70849D is #8F7B62. Grayscale: #808080. Windows color (decimal): -9403235 or 10323056. OLE color: 10323056.

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

Color convert

RGB112132157-
CMYK0.290.1600.38
HSL213.33º18.67%52.75%-
HSV(B)213.33º28.66%61.57%-
XYZ21.0222.3835.11-
YUV128.87143.87115.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 132 (51.95% from 255) = 32.92%
BLUE value IS 157 (61.72% from 255) = 39.15%
R=27.93%
G=32.92%
B=39.15%

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
Decimal1121321570.290.1600.38213.3318.6752.75
Hex70849D1D10026d51335
Octal16020423535200463252365
Binary11100001000010010011101111011000001001101101010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70849D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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