Html Css Color HEX #884DFF Medium Slate Blue

📋 copy color: '#884DFF'

red 136 ◦ green 77 ◦ blue 255

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

Shades of Medium Slate Blue #884DFF

Tints of Medium Slate Blue #884DFF

RGB

 RED value IS 136 (53.52% from 255) = 29.06%

 GREEN value IS 77 (30.47% from 255) = 16.45%

 BLUE value IS 255 (100% from 255) = 54.49%

R = 29.06%
G = 16.45%
B = 54.49%

CMYK

 C value IS 0.47

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#884DFF (or 0x884DFF) is known color: Medium Slate Blue. HEX triplet: 88, 4D and FF. RGB value is (136,77,255). Sum of RGB (Red+Green+Blue) = 136+77+255=468 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.06% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #884DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884DFF is #77B200. Grayscale: #727272. Windows color (decimal): -7844353 or 16731528. OLE color: 16731528.

HSL color Cylindrical-coordinate representation of color #884DFF: hue angle of 259.89º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #884DFF is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 77 255 -
CMYK 0.47 0.70 0 0
HSL 259.89º 1% 0.65% -
HSV(B) 259.89º 0.7% 1% -
XYZ 30.86 17.76 96.41 -
YUV 114.93 207.05 143.03 -
System Red Green Blue C M Y K H S L
Decimal 136 77 255 0.47 0.70 0 0 259.89 1 0.65
Hex 88 4D FF 2F 46 0 0 104 64 41
Octal 210 115 377 57 106 0 0 404 144 101
Binary 10001000 1001101 11111111 101111 1000110 0 0 100000100 1100100 1000001

Color Harmonies of #884DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884DFF

Black with #884DFF

Text Example


Text Example

White with #884DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #884DFF;
 }
 .AnyTagClassName
 {
   color: #884DFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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