#8650F1

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

Shades of Medium Slate Blue #8650F1

Tints of Medium Slate Blue #8650F1

Color information

#8650F1 (or 0x8650F1) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 50 and F1. RGB value is (134,80,241). Sum of RGB (Red+Green+Blue) = 134+80+241=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 241 (94.53% from 255 or 52.97% from 455); Max value from RGB is 241 - color contains mainly: blue. Hex color #8650F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8650F1 is #79AF0E. Grayscale: #717171. Windows color (decimal): -7974671 or 15814790. OLE color: 15814790.

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

Color convert

RGB13480241-
CMYK0.440.6700.05
HSL260.12º85.19%62.94%-
HSV(B)260.12º66.8%94.51%-
XYZ28.5817.1685.02-
YUV114.5199.39141.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.45%
GREEN value IS 80 (31.64% from 255) = 17.58%
BLUE value IS 241 (94.53% from 255) = 52.97%
R=29.45%
G=17.58%
B=52.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal134802410.440.6700.05260.1285.1962.94
Hex8650F12C4305104553f
Octal206120361541030540412577
Binary10000110101000011110001101100100001101011000001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8650F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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