#8661F1

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

Shades of Medium Slate Blue #8661F1

Tints of Medium Slate Blue #8661F1

Color information

#8661F1 (or 0x8661F1) is unknown color: approx Medium Slate Blue. HEX triplet: 86, 61 and F1. RGB value is (134,97,241). Sum of RGB (Red+Green+Blue) = 134+97+241=472 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.39% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 241 (94.53% from 255 or 51.06% from 472); Max value from RGB is 241 - color contains mainly: blue. Hex color #8661F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8661F1 is #799E0E. Grayscale: #7B7B7B. Windows color (decimal): -7970319 or 15819142. OLE color: 15819142.

HSL color Cylindrical-coordinate representation of color #8661F1: hue angle of 255.42º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8661F1 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13497241-
CMYK0.440.6000.05
HSL255.42º83.72%66.27%-
HSV(B)255.42º59.75%94.51%-
XYZ29.9819.9785.49-
YUV124.48193.76134.79-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 28.39%
GREEN value IS 97 (38.28% from 255) = 20.55%
BLUE value IS 241 (94.53% from 255) = 51.06%
R=28.39%
G=20.55%
B=51.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal134972410.440.6000.05255.4283.7266.27
Hex8661F12C3C05ff5442
Octal206141361547405377124102
Binary1000011011000011111000110110011110001011111111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8661F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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