#884ff2

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

Shades of Medium Slate Blue #884FF2

Tints of Medium Slate Blue #884FF2

Color information

#884FF2 (or 0x884FF2) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 4F and F2. RGB value is (136,79,242). Sum of RGB (Red+Green+Blue) = 136+79+242=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 79 (31.25% from 255 or 17.29% from 457); Blue value is 242 (94.92% from 255 or 52.95% from 457); Max value from RGB is 242 - color contains mainly: blue. Hex color #884FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884FF2 is #77B00D. Grayscale: #727272. Windows color (decimal): -7843854 or 15880072. OLE color: 15880072.

HSL color Cylindrical-coordinate representation of color #884FF2: hue angle of 260.98º degrees, saturation: 0.86, 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 #884FF2 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13679242-
CMYK0.440.6700.05
HSL260.98º86.24%62.94%-
HSV(B)260.98º67.36%94.9%-
XYZ28.9817.2485.8-
YUV114.62199.88143.25-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.76%
GREEN value IS 79 (31.25% from 255) = 17.29%
BLUE value IS 242 (94.92% from 255) = 52.95%
R=29.76%
G=17.29%
B=52.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal136792420.440.6700.05260.9886.2462.94
Hex884FF22C4305105563f
Octal210117362541030540512677
Binary10001000100111111110010101100100001101011000001011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884ff2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,79,242); }

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

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

 a { background-color: rgb(136,79,242); }

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

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

 span { border-color: rgb(136,79,242); }

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