#8A70EC

Color #8A70EC Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8A70EC

Tints of Medium Slate Blue #8A70EC

Color information

#8A70EC (or 0x8A70EC) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 70 and EC. RGB value is (138,112,236). Sum of RGB (Red+Green+Blue) = 138+112+236=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #8A70EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A70EC is #758F13. Grayscale: #858585. Windows color (decimal): -7704340 or 15495306. OLE color: 15495306.

HSL color Cylindrical-coordinate representation of color #8A70EC: hue angle of 252.58º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A70EC is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138112236-
CMYK0.420.5300.07
HSL252.58º76.54%68.24%-
HSV(B)252.58º52.54%92.55%-
XYZ31.4223.0582.15-
YUV133.91185.61130.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.40%
GREEN value IS 112 (44.14% from 255) = 23.05%
BLUE value IS 236 (92.58% from 255) = 48.56%
R=28.40%
G=23.05%
B=48.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381122360.420.5300.07252.5876.5468.24
Hex8A70EC2A3507fd4d44
Octal212160354526507375115104
Binary1000101011100001110110010101011010101111111110110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A70EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A70EC; }

 p { color: rgb(138,112,236); }

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

<style>
 a { background-color: #8A70EC; }

 a { background-color: rgb(138,112,236); }

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

<style>
 span { border-color: #8A70EC; }

 span { border-color: rgb(138,112,236); }

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