Html Css Color HEX #884FEA Medium Slate Blue

📋 copy color: '#884FEA'

red 136 ◦ green 79 ◦ blue 234

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

Shades of Medium Slate Blue #884FEA

Tints of Medium Slate Blue #884FEA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.59%

 BLUE value IS 234 (91.8% from 255) = 52.12%

R = 30.29%
G = 17.59%
B = 52.12%

CMYK

 C value IS 0.42

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#884FEA (or 0x884FEA) is known color: Medium Slate Blue. HEX triplet: 88, 4F and EA. RGB value is (136,79,234). Sum of RGB (Red+Green+Blue) = 136+79+234=449 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.29% from 449); Green value is 79 (31.25% from 255 or 17.59% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #884FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884FEA is #77B015. Grayscale: #717171. Windows color (decimal): -7843862 or 15355784. OLE color: 15355784.

HSL color Cylindrical-coordinate representation of color #884FEA: hue angle of 262.06º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #884FEA is Cyan = 0.42, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 79 234 -
CMYK 0.42 0.66 0 0.08
HSL 262.06º 0.79% 0.61% -
HSV(B) 262.06º 0.66% 0.92% -
XYZ 27.8 16.77 79.61 -
YUV 113.71 195.88 143.9 -
System Red Green Blue C M Y K H S L
Decimal 136 79 234 0.42 0.66 0 0.08 262.06 0.79 0.61
Hex 88 4F EA 2A 42 0 8 106 4F 3D
Octal 210 117 352 52 102 0 10 406 117 75
Binary 10001000 1001111 11101010 101010 1000010 0 1000 100000110 1001111 111101

Color Harmonies of #884FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884FEA

Black with #884FEA

Text Example


Text Example

White with #884FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,79,234); }

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

background-color css

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

 a { background-color: rgb(136,79,234); }

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

border-color css

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

 span { border-color: rgb(136,79,234); }

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