#70869F

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

Shades of Light Slate Grey #70869F

Tints of Light Slate Grey #70869F

Color information

#70869F (or 0x70869F) is unknown color: approx Light Slate Grey. HEX triplet: 70, 86 and 9F. RGB value is (112,134,159). Sum of RGB (Red+Green+Blue) = 112+134+159=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 159 - color contains mainly: blue. Hex color #70869F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70869F is #8F7960. Grayscale: #828282. Windows color (decimal): -9402721 or 10454640. OLE color: 10454640.

HSL color Cylindrical-coordinate representation of color #70869F: hue angle of 211.91º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #70869F is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112134159-
CMYK0.300.1600.38
HSL211.91º19.67%53.14%-
HSV(B)211.91º29.56%62.35%-
XYZ21.472336.11-
YUV130.27144.21114.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.65%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 159 (62.5% from 255) = 39.26%
R=27.65%
G=33.09%
B=39.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121341590.300.1600.38211.9119.6753.14
Hex70869F1E10026d41435
Octal16020623736200463242465
Binary11100001000011010011111111101000001001101101010010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70869F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70869F; }

 p { color: rgb(112,134,159); }

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

<style>
 a { background-color: #70869F; }

 a { background-color: rgb(112,134,159); }

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

<style>
 span { border-color: #70869F; }

 span { border-color: rgb(112,134,159); }

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