#8070E4

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

Shades of Medium Slate Blue #8070E4

Tints of Medium Slate Blue #8070E4

Color information

#8070E4 (or 0x8070E4) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 70 and E4. RGB value is (128,112,228). Sum of RGB (Red+Green+Blue) = 128+112+228=468 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.35% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 228 (89.45% from 255 or 48.72% from 468); Max value from RGB is 228 - color contains mainly: blue. Hex color #8070E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8070E4 is #7F8F1B. Grayscale: #818181. Windows color (decimal): -8359708 or 14971008. OLE color: 14971008.

HSL color Cylindrical-coordinate representation of color #8070E4: hue angle of 248.28º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8070E4 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB128112228-
CMYK0.440.5100.11
HSL248.28º68.24%66.67%-
HSV(B)248.28º50.88%89.41%-
XYZ28.721.7876.09-
YUV130.01183.3126.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.35%
GREEN value IS 112 (44.14% from 255) = 23.93%
BLUE value IS 228 (89.45% from 255) = 48.72%
R=27.35%
G=23.93%
B=48.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1281122280.440.5100.11248.2868.2466.67
Hex8070E42C330Bf84443
Octal2001603445463013370104103
Binary10000000111000011100100101100110011010111111100010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8070E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8070E4; }

 p { color: rgb(128,112,228); }

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

<style>
 a { background-color: #8070E4; }

 a { background-color: rgb(128,112,228); }

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

<style>
 span { border-color: #8070E4; }

 span { border-color: rgb(128,112,228); }

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