#8071EE

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

Shades of Medium Slate Blue #8071EE

Tints of Medium Slate Blue #8071EE

Color information

#8071EE (or 0x8071EE) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 71 and EE. RGB value is (128,113,238). Sum of RGB (Red+Green+Blue) = 128+113+238=479 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.72% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #8071EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8071EE is #7F8E11. Grayscale: #838383. Windows color (decimal): -8359442 or 15626624. OLE color: 15626624.

HSL color Cylindrical-coordinate representation of color #8071EE: hue angle of 247.2º 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 #8071EE is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128113238-
CMYK0.460.5300.07
HSL247.2º78.62%68.82%-
HSV(B)247.2º52.52%93.33%-
XYZ30.2422.5783.65-
YUV131.74187.97125.34-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.72%
GREEN value IS 113 (44.53% from 255) = 23.59%
BLUE value IS 238 (93.36% from 255) = 49.69%
R=26.72%
G=23.59%
B=49.69%

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
Decimal1281132380.460.5300.07247.278.6268.82
Hex8071EE2E3507f74f45
Octal200161356566507367117105
Binary1000000011100011110111010111011010101111111011110011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8071EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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