#884DF5

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

Shades of Medium Slate Blue #884DF5

Tints of Medium Slate Blue #884DF5

Color information

#884DF5 (or 0x884DF5) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 4D and F5. RGB value is (136,77,245). Sum of RGB (Red+Green+Blue) = 136+77+245=458 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.69% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 245 (96.09% from 255 or 53.49% from 458); Max value from RGB is 245 - color contains mainly: blue. Hex color #884DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884DF5 is #77B20A. Grayscale: #717171. Windows color (decimal): -7844363 or 16076168. OLE color: 16076168.

HSL color Cylindrical-coordinate representation of color #884DF5: hue angle of 261.07º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #884DF5 is Cyan = 0.44, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13677245-
CMYK0.440.6900.04
HSL261.07º89.36%63.14%-
HSV(B)261.07º68.57%96.08%-
XYZ29.2917.1388.15-
YUV113.79202.05143.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.69%
GREEN value IS 77 (30.47% from 255) = 16.81%
BLUE value IS 245 (96.09% from 255) = 53.49%
R=29.69%
G=16.81%
B=53.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal136772450.440.6900.04261.0789.3663.14
Hex884DF52C4504105593f
Octal210115365541050440513177
Binary10001000100110111110101101100100010101001000001011011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884DF5; }

 p { color: rgb(136,77,245); }

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

<style>
 a { background-color: #884DF5; }

 a { background-color: rgb(136,77,245); }

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

<style>
 span { border-color: #884DF5; }

 span { border-color: rgb(136,77,245); }

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