#8067EC

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

Shades of Medium Slate Blue #8067EC

Tints of Medium Slate Blue #8067EC

Color information

#8067EC (or 0x8067EC) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 67 and EC. RGB value is (128,103,236). Sum of RGB (Red+Green+Blue) = 128+103+236=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 103 (40.62% from 255 or 22.06% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #8067EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8067EC is #7F9813. Grayscale: #7D7D7D. Windows color (decimal): -8362004 or 15492992. OLE color: 15492992.

HSL color Cylindrical-coordinate representation of color #8067EC: hue angle of 251.28º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8067EC is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128103236-
CMYK0.460.5600.07
HSL251.28º77.78%66.47%-
HSV(B)251.28º56.36%92.55%-
XYZ28.8920.3581.76-
YUV125.64190.28129.69-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 103 (40.62% from 255) = 22.06%
BLUE value IS 236 (92.58% from 255) = 50.54%
R=27.41%
G=22.06%
B=50.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281032360.460.5600.07251.2877.7866.47
Hex8067EC2E3807fb4e42
Octal200147354567007373116102
Binary1000000011001111110110010111011100001111111101110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8067EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8067EC; }

 p { color: rgb(128,103,236); }

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

<style>
 a { background-color: #8067EC; }

 a { background-color: rgb(128,103,236); }

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

<style>
 span { border-color: #8067EC; }

 span { border-color: rgb(128,103,236); }

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