#70879A

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

Shades of Light Slate Grey #70879A

Tints of Light Slate Grey #70879A

Color information

#70879A (or 0x70879A) is unknown color: approx Light Slate Grey. HEX triplet: 70, 87 and 9A. RGB value is (112,135,154). Sum of RGB (Red+Green+Blue) = 112+135+154=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #70879A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70879A is #8F7865. Grayscale: #828282. Windows color (decimal): -9402470 or 10127216. OLE color: 10127216.

HSL color Cylindrical-coordinate representation of color #70879A: hue angle of 207.14º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #70879A is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB112135154-
CMYK0.270.1200.40
HSL207.14º17.21%52.16%-
HSV(B)207.14º27.27%60.39%-
XYZ21.1823.1133.92-
YUV130.29141.38114.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 135 (53.12% from 255) = 33.67%
BLUE value IS 154 (60.55% from 255) = 38.40%
R=27.93%
G=33.67%
B=38.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121351540.270.1200.40207.1417.2152.16
Hex70879A1BC028cf1134
Octal16020723233140503172164
Binary1110000100001111001101011011110001010001100111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70879A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70879A; }

 p { color: rgb(112,135,154); }

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

<style>
 a { background-color: #70879A; }

 a { background-color: rgb(112,135,154); }

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

<style>
 span { border-color: #70879A; }

 span { border-color: rgb(112,135,154); }

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