#8662ec

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

Shades of Medium Slate Blue #8662EC

Tints of Medium Slate Blue #8662EC

Color information

#8662EC (or 0x8662EC) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 62 and EC. RGB value is (134,98,236). Sum of RGB (Red+Green+Blue) = 134+98+236=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 236 (92.58% from 255 or 50.43% from 468); Max value from RGB is 236 - color contains mainly: blue. Hex color #8662EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8662EC is #799D13. Grayscale: #7B7B7B. Windows color (decimal): -7970068 or 15491718. OLE color: 15491718.

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

Color convert

RGB13498236-
CMYK0.430.5800.07
HSL255.65º78.41%65.49%-
HSV(B)255.65º58.47%92.55%-
XYZ29.3419.8681.64-
YUV124.5190.93134.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.63%
GREEN value IS 98 (38.67% from 255) = 20.94%
BLUE value IS 236 (92.58% from 255) = 50.43%
R=28.63%
G=20.94%
B=50.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal134982360.430.5800.07255.6578.4165.49
Hex8662EC2B3A071004e41
Octal206142354537207400116101
Binary10000110110001011101100101011111010011110000000010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8662ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8662ec; }

 p { color: rgb(134,98,236); }

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

<style>
 a { background-color: #8662ec; }

 a { background-color: rgb(134,98,236); }

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

<style>
 span { border-color: #8662ec; }

 span { border-color: rgb(134,98,236); }

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