Html Css Color HEX #884AFE Medium Slate Blue

📋 copy color: '#884AFE'

red 136 ◦ green 74 ◦ blue 254

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

Shades of Medium Slate Blue #884AFE

Tints of Medium Slate Blue #884AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.74%

R = 29.31%
G = 15.95%
B = 54.74%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#884AFE (or 0x884AFE) is known color: Medium Slate Blue. HEX triplet: 88, 4A and FE. RGB value is (136,74,254). Sum of RGB (Red+Green+Blue) = 136+74+254=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 74 (29.30% from 255 or 15.95% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #884AFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884AFE is #77B501. Grayscale: #707070. Windows color (decimal): -7845122 or 16665224. OLE color: 16665224.

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

Color convert

RGB 136 74 254 -
CMYK 0.46 0.71 0 0.00
HSL 260.67º 0.99% 0.64% -
HSV(B) 260.67º 0.71% 1% -
XYZ 30.49 17.29 95.5 -
YUV 113.06 207.54 144.36 -
System Red Green Blue C M Y K H S L
Decimal 136 74 254 0.46 0.71 0 0.00 260.67 0.99 0.64
Hex 88 4A FE 2E 47 0 0 105 63 40
Octal 210 112 376 56 107 0 0 405 143 100
Binary 10001000 1001010 11111110 101110 1000111 0 0 100000101 1100011 1000000

Color Harmonies of #884AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884AFE

Black with #884AFE

Text Example


Text Example

White with #884AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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