#8550E4

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

Shades of Medium Slate Blue #8550E4

Tints of Medium Slate Blue #8550E4

Color information

#8550E4 (or 0x8550E4) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 50 and E4. RGB value is (133,80,228). Sum of RGB (Red+Green+Blue) = 133+80+228=441 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.16% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 228 (89.45% from 255 or 51.70% from 441); Max value from RGB is 228 - color contains mainly: blue. Hex color #8550E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8550E4 is #7AAF1B. Grayscale: #707070. Windows color (decimal): -8040220 or 14962821. OLE color: 14962821.

HSL color Cylindrical-coordinate representation of color #8550E4: hue angle of 261.49º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8550E4 is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB13380228-
CMYK0.420.6500.11
HSL261.49º73.27%60.39%-
HSV(B)261.49º64.91%89.41%-
XYZ26.5516.3375.15-
YUV112.72193.06142.47-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.16%
GREEN value IS 80 (31.64% from 255) = 18.14%
BLUE value IS 228 (89.45% from 255) = 51.70%
R=30.16%
G=18.14%
B=51.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal133802280.420.6500.11261.4973.2760.39
Hex8550E42A410B105493c
Octal2051203445210101340511174
Binary100001011010000111001001010101000001010111000001011001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8550E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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