#8650EF

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

Shades of Medium Slate Blue #8650EF

Tints of Medium Slate Blue #8650EF

Color information

#8650EF (or 0x8650EF) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 50 and EF. RGB value is (134,80,239). Sum of RGB (Red+Green+Blue) = 134+80+239=453 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.58% from 453); Green value is 80 (31.64% from 255 or 17.66% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #8650EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8650EF is #79AF10. Grayscale: #717171. Windows color (decimal): -7974673 or 15683718. OLE color: 15683718.

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

Color convert

RGB13480239-
CMYK0.440.6700.06
HSL260.38º83.25%62.55%-
HSV(B)260.38º66.53%93.73%-
XYZ28.2817.0483.46-
YUV114.27198.39142.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.58%
GREEN value IS 80 (31.64% from 255) = 17.66%
BLUE value IS 239 (93.75% from 255) = 52.76%
R=29.58%
G=17.66%
B=52.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal134802390.440.6700.06260.3883.2562.55
Hex8650EF2C4306104533f
Octal206120357541030640412377
Binary10000110101000011101111101100100001101101000001001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8650EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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