Html Css Color HEX #884CFC Medium Slate Blue

📋 copy color: '#884CFC'

red 136 ◦ green 76 ◦ blue 252

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

Shades of Medium Slate Blue #884CFC

Tints of Medium Slate Blue #884CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.38%

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

R = 29.31%
G = 16.38%
B = 54.31%

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

#884CFC (or 0x884CFC) is known color: Medium Slate Blue. HEX triplet: 88, 4C and FC. RGB value is (136,76,252). Sum of RGB (Red+Green+Blue) = 136+76+252=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #884CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #884CFC is #77B303. Grayscale: #717171. Windows color (decimal): -7844612 or 16534664. OLE color: 16534664.

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

Color convert

RGB 136 76 252 -
CMYK 0.46 0.70 0 0.01
HSL 260.45º 0.97% 0.64% -
HSV(B) 260.45º 0.7% 0.99% -
XYZ 30.31 17.43 93.86 -
YUV 114 205.88 143.69 -
System Red Green Blue C M Y K H S L
Decimal 136 76 252 0.46 0.70 0 0.01 260.45 0.97 0.64
Hex 88 4C FC 2E 46 0 1 104 61 40
Octal 210 114 374 56 106 0 1 404 141 100
Binary 10001000 1001100 11111100 101110 1000110 0 1 100000100 1100001 1000000

Color Harmonies of #884CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884CFC

Black with #884CFC

Text Example


Text Example

White with #884CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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