Html Css Color HEX #884DFD Medium Slate Blue

📋 copy color: '#884DFD'

red 136 ◦ green 77 ◦ blue 253

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

Shades of Medium Slate Blue #884DFD

Tints of Medium Slate Blue #884DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.29%

R = 29.18%
G = 16.52%
B = 54.29%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#884DFD (or 0x884DFD) is known color: Medium Slate Blue. HEX triplet: 88, 4D and FD. RGB value is (136,77,253). Sum of RGB (Red+Green+Blue) = 136+77+253=466 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.18% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #884DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884DFD is #77B202. Grayscale: #727272. Windows color (decimal): -7844355 or 16600456. OLE color: 16600456.

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

Color convert

RGB 136 77 253 -
CMYK 0.46 0.70 0 0.01
HSL 260.11º 0.98% 0.65% -
HSV(B) 260.11º 0.7% 0.99% -
XYZ 30.54 17.63 94.72 -
YUV 114.71 206.05 143.19 -
System Red Green Blue C M Y K H S L
Decimal 136 77 253 0.46 0.70 0 0.01 260.11 0.98 0.65
Hex 88 4D FD 2E 46 0 1 104 62 41
Octal 210 115 375 56 106 0 1 404 142 101
Binary 10001000 1001101 11111101 101110 1000110 0 1 100000100 1100010 1000001

Color Harmonies of #884DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884DFD

Black with #884DFD

Text Example


Text Example

White with #884DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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