#70859E

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

Shades of Light Slate Grey #70859E

Tints of Light Slate Grey #70859E

Color information

#70859E (or 0x70859E) is unknown color: approx Light Slate Grey. HEX triplet: 70, 85 and 9E. RGB value is (112,133,158). Sum of RGB (Red+Green+Blue) = 112+133+158=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 158 (62.11% from 255 or 39.21% from 403); Max value from RGB is 158 - color contains mainly: blue. Hex color #70859E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70859E is #8F7A61. Grayscale: #818181. Windows color (decimal): -9402978 or 10388848. OLE color: 10388848.

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

Color convert

RGB112133158-
CMYK0.290.1600.38
HSL212.61º19.17%52.94%-
HSV(B)212.61º29.11%61.96%-
XYZ21.2422.6935.61-
YUV129.57144.04115.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.79%
GREEN value IS 133 (52.34% from 255) = 33.00%
BLUE value IS 158 (62.11% from 255) = 39.21%
R=27.79%
G=33.00%
B=39.21%

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
Decimal1121331580.290.1600.38212.6119.1752.94
Hex70859E1D10026d51335
Octal16020523635200463252365
Binary11100001000010110011110111011000001001101101010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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