#70829D

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

Shades of Light Slate Grey #70829D

Tints of Light Slate Grey #70829D

Color information

#70829D (or 0x70829D) is unknown color: approx Light Slate Grey. HEX triplet: 70, 82 and 9D. RGB value is (112,130,157). Sum of RGB (Red+Green+Blue) = 112+130+157=399 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.07% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 157 - color contains mainly: blue. Hex color #70829D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70829D is #8F7D62. Grayscale: #7F7F7F. Windows color (decimal): -9403747 or 10322544. OLE color: 10322544.

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

Color convert

RGB112130157-
CMYK0.290.1700.38
HSL216º18.67%52.75%-
HSV(B)216º28.66%61.57%-
XYZ20.7521.8435.02-
YUV127.7144.54116.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.07%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 157 (61.72% from 255) = 39.35%
R=28.07%
G=32.58%
B=39.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121301570.290.1700.3821618.6752.75
Hex70829D1D11026d81335
Octal16020223535210463302365
Binary11100001000001010011101111011000101001101101100010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70829D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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