#8070EE

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

Shades of Medium Slate Blue #8070EE

Tints of Medium Slate Blue #8070EE

Color information

#8070EE (or 0x8070EE) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 70 and EE. RGB value is (128,112,238). Sum of RGB (Red+Green+Blue) = 128+112+238=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #8070EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8070EE is #7F8F11. Grayscale: #828282. Windows color (decimal): -8359698 or 15626368. OLE color: 15626368.

HSL color Cylindrical-coordinate representation of color #8070EE: hue angle of 247.62º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8070EE is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128112238-
CMYK0.460.5300.07
HSL247.62º78.75%68.63%-
HSV(B)247.62º52.94%93.33%-
XYZ30.1322.3583.62-
YUV131.15188.3125.75-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.78%
GREEN value IS 112 (44.14% from 255) = 23.43%
BLUE value IS 238 (93.36% from 255) = 49.79%
R=26.78%
G=23.43%
B=49.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281122380.460.5300.07247.6278.7568.63
Hex8070EE2E3507f84f45
Octal200160356566507370117105
Binary1000000011100001110111010111011010101111111100010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8070EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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