Html Css Color HEX #884FF2 Medium Slate Blue

📋 copy color: '#884FF2'

red 136 ◦ green 79 ◦ blue 242

#884FF2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #884FF2

Tints of Medium Slate Blue #884FF2

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 value IS 0.44

 M value IS 0.67

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#884FF2 (or 0x884FF2) is known color: 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

RGB 136 79 242 -
CMYK 0.44 0.67 0 0.05
HSL 260.98º 0.86% 0.63% -
HSV(B) 260.98º 0.67% 0.95% -
XYZ 28.98 17.24 85.8 -
YUV 114.63 199.88 143.25 -
System Red Green Blue C M Y K H S L
Decimal 136 79 242 0.44 0.67 0 0.05 260.98 0.86 0.63
Hex 88 4F F2 2C 43 0 5 105 56 3F
Octal 210 117 362 54 103 0 5 405 126 77
Binary 10001000 1001111 11110010 101100 1000011 0 101 100000101 1010110 111111

Color Harmonies of #884FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884FF2

Black with #884FF2

Text Example


Text Example

White with #884FF2

Text Example


Text Example

HTML Codes & Css Web 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>