#70859D

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

Shades of Light Slate Grey #70859D

Tints of Light Slate Grey #70859D

Color information

#70859D (or 0x70859D) is unknown color: approx Light Slate Grey. HEX triplet: 70, 85 and 9D. RGB value is (112,133,157). Sum of RGB (Red+Green+Blue) = 112+133+157=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 157 (61.72% from 255 or 39.05% from 402); Max value from RGB is 157 - color contains mainly: blue. Hex color #70859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70859D is #8F7A62. Grayscale: #818181. Windows color (decimal): -9402979 or 10323312. OLE color: 10323312.

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

Color convert

RGB112133157-
CMYK0.290.1500.38
HSL212º18.67%52.75%-
HSV(B)212º28.66%61.57%-
XYZ21.1622.6535.16-
YUV129.46143.54115.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 133 (52.34% from 255) = 33.08%
BLUE value IS 157 (61.72% from 255) = 39.05%
R=27.86%
G=33.08%
B=39.05%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121331570.290.1500.3821218.6752.75
Hex70859D1DF026d41335
Octal16020523535170463242365
Binary1110000100001011001110111101111101001101101010010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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