Html Css Color HEX #884AFC Medium Slate Blue

📋 copy color: '#884AFC'

red 136 ◦ green 74 ◦ blue 252

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

Shades of Medium Slate Blue #884AFC

Tints of Medium Slate Blue #884AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.55%

R = 29.44%
G = 16.02%
B = 54.55%

CMYK

 C value IS 0.46

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#884AFC (or 0x884AFC) is known color: Medium Slate Blue. HEX triplet: 88, 4A and FC. RGB value is (136,74,252). Sum of RGB (Red+Green+Blue) = 136+74+252=462 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.44% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #884AFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884AFC is #77B503. Grayscale: #707070. Windows color (decimal): -7845124 or 16534152. OLE color: 16534152.

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

Color convert

RGB 136 74 252 -
CMYK 0.46 0.71 0 0.01
HSL 260.9º 0.97% 0.64% -
HSV(B) 260.9º 0.71% 0.99% -
XYZ 30.17 17.16 93.82 -
YUV 112.83 206.54 144.53 -
System Red Green Blue C M Y K H S L
Decimal 136 74 252 0.46 0.71 0 0.01 260.9 0.97 0.64
Hex 88 4A FC 2E 47 0 1 105 61 40
Octal 210 112 374 56 107 0 1 405 141 100
Binary 10001000 1001010 11111100 101110 1000111 0 1 100000101 1100001 1000000

Color Harmonies of #884AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884AFC

Black with #884AFC

Text Example


Text Example

White with #884AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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