#70879D

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

Shades of Light Slate Grey #70879D

Tints of Light Slate Grey #70879D

Color information

#70879D (or 0x70879D) is unknown color: approx Light Slate Grey. HEX triplet: 70, 87 and 9D. RGB value is (112,135,157). Sum of RGB (Red+Green+Blue) = 112+135+157=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 157 (61.72% from 255 or 38.86% from 404); Max value from RGB is 157 - color contains mainly: blue. Hex color #70879D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70879D is #8F7862. Grayscale: #828282. Windows color (decimal): -9402467 or 10323824. OLE color: 10323824.

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

Color convert

RGB112135157-
CMYK0.290.1400.38
HSL209.33º18.67%52.75%-
HSV(B)209.33º28.66%61.57%-
XYZ21.4323.2135.25-
YUV130.63142.88114.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 135 (53.12% from 255) = 33.42%
BLUE value IS 157 (61.72% from 255) = 38.86%
R=27.72%
G=33.42%
B=38.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121351570.290.1400.38209.3318.6752.75
Hex70879D1DE026d11335
Octal16020723535160463212365
Binary1110000100001111001110111101111001001101101000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70879D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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