#8550F1

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

Shades of Medium Slate Blue #8550F1

Tints of Medium Slate Blue #8550F1

Color information

#8550F1 (or 0x8550F1) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 50 and F1. RGB value is (133,80,241). Sum of RGB (Red+Green+Blue) = 133+80+241=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 241 (94.53% from 255 or 53.08% from 454); Max value from RGB is 241 - color contains mainly: blue. Hex color #8550F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8550F1 is #7AAF0E. Grayscale: #717171. Windows color (decimal): -8040207 or 15814789. OLE color: 15814789.

HSL color Cylindrical-coordinate representation of color #8550F1: hue angle of 259.75º 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 #8550F1 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13380241-
CMYK0.450.6700.05
HSL259.75º85.19%62.94%-
HSV(B)259.75º66.8%94.51%-
XYZ28.4217.0785.02-
YUV114.2199.56141.41-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.30%
GREEN value IS 80 (31.64% from 255) = 17.62%
BLUE value IS 241 (94.53% from 255) = 53.08%
R=29.30%
G=17.62%
B=53.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal133802410.450.6700.05259.7585.1962.94
Hex8550F12D4305104553f
Octal205120361551030540412577
Binary10000101101000011110001101101100001101011000001001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8550F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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