Html Css Color HEX #884AFF Medium Slate Blue

📋 copy color: '#884AFF'

red 136 ◦ green 74 ◦ blue 255

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

Shades of Medium Slate Blue #884AFF

Tints of Medium Slate Blue #884AFF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.91%

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

R = 29.25%
G = 15.91%
B = 54.84%

CMYK

 C value IS 0.47

 M value IS 0.71

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#884AFF (or 0x884AFF) is known color: Medium Slate Blue. HEX triplet: 88, 4A and FF. RGB value is (136,74,255). Sum of RGB (Red+Green+Blue) = 136+74+255=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #884AFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884AFF is #77B500. Grayscale: #707070. Windows color (decimal): -7845121 or 16730760. OLE color: 16730760.

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

Color convert

RGB 136 74 255 -
CMYK 0.47 0.71 0 0
HSL 260.55º 1% 0.65% -
HSV(B) 260.55º 0.71% 1% -
XYZ 30.65 17.35 96.34 -
YUV 113.17 208.04 144.28 -
System Red Green Blue C M Y K H S L
Decimal 136 74 255 0.47 0.71 0 0 260.55 1 0.65
Hex 88 4A FF 2F 47 0 0 105 64 41
Octal 210 112 377 57 107 0 0 405 144 101
Binary 10001000 1001010 11111111 101111 1000111 0 0 100000101 1100100 1000001

Color Harmonies of #884AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884AFF

Black with #884AFF

Text Example


Text Example

White with #884AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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