#8754F1

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

Shades of Medium Slate Blue #8754F1

Tints of Medium Slate Blue #8754F1

Color information

#8754F1 (or 0x8754F1) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 54 and F1. RGB value is (135,84,241). Sum of RGB (Red+Green+Blue) = 135+84+241=460 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.35% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #8754F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8754F1 is #78AB0E. Grayscale: #747474. Windows color (decimal): -7908111 or 15815815. OLE color: 15815815.

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

Color convert

RGB13584241-
CMYK0.440.6500.05
HSL259.49º84.86%63.73%-
HSV(B)259.49º65.15%94.51%-
XYZ29.0417.8485.13-
YUV117.15197.9140.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.35%
GREEN value IS 84 (33.20% from 255) = 18.26%
BLUE value IS 241 (94.53% from 255) = 52.39%
R=29.35%
G=18.26%
B=52.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal135842410.440.6500.05259.4984.8663.73
Hex8754F12C41051035540
Octal2071243615410105403125100
Binary100001111010100111100011011001000001010110000001110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8754F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,84,241); }

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

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

 a { background-color: rgb(135,84,241); }

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

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

 span { border-color: rgb(135,84,241); }

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