#8264EC

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

Shades of Medium Slate Blue #8264EC

Tints of Medium Slate Blue #8264EC

Color information

#8264EC (or 0x8264EC) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 64 and EC. RGB value is (130,100,236). Sum of RGB (Red+Green+Blue) = 130+100+236=466 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.90% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #8264EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8264EC is #7D9B13. Grayscale: #7B7B7B. Windows color (decimal): -8231700 or 15492226. OLE color: 15492226.

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

Color convert

RGB130100236-
CMYK0.450.5800.07
HSL253.24º78.16%65.88%-
HSV(B)253.24º57.63%92.55%-
XYZ28.919.9281.68-
YUV124.47190.94131.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.90%
GREEN value IS 100 (39.45% from 255) = 21.46%
BLUE value IS 236 (92.58% from 255) = 50.64%
R=27.90%
G=21.46%
B=50.64%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301002360.450.5800.07253.2478.1665.88
Hex8264EC2D3A07fd4e42
Octal202144354557207375116102
Binary1000001011001001110110010110111101001111111110110011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8264EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,100,236); }

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

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

 a { background-color: rgb(130,100,236); }

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

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

 span { border-color: rgb(130,100,236); }

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