#8663EF

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

Shades of Medium Slate Blue #8663EF

Tints of Medium Slate Blue #8663EF

Color information

#8663EF (or 0x8663EF) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 63 and EF. RGB value is (134,99,239). Sum of RGB (Red+Green+Blue) = 134+99+239=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 99 (39.06% from 255 or 20.97% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #8663EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8663EF is #799C10. Grayscale: #7C7C7C. Windows color (decimal): -7969809 or 15688582. OLE color: 15688582.

HSL color Cylindrical-coordinate representation of color #8663EF: hue angle of 255º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8663EF is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13499239-
CMYK0.440.5900.06
HSL255º81.4%66.27%-
HSV(B)255º58.58%93.73%-
XYZ29.8720.2283.99-
YUV125.43192.1134.12-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.39%
GREEN value IS 99 (39.06% from 255) = 20.97%
BLUE value IS 239 (93.75% from 255) = 50.64%
R=28.39%
G=20.97%
B=50.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal134992390.440.5900.0625581.466.27
Hex8663EF2C3B06ff5142
Octal206143357547306377121102
Binary1000011011000111110111110110011101101101111111110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8663EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8663EF; }

 p { color: rgb(134,99,239); }

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

<style>
 a { background-color: #8663EF; }

 a { background-color: rgb(134,99,239); }

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

<style>
 span { border-color: #8663EF; }

 span { border-color: rgb(134,99,239); }

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