Html Css Color HEX #884FEB Medium Slate Blue

📋 copy color: '#884FEB'

red 136 ◦ green 79 ◦ blue 235

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

Shades of Medium Slate Blue #884FEB

Tints of Medium Slate Blue #884FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.22%

R = 30.22%
G = 17.56%
B = 52.22%

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

#884FEB (or 0x884FEB) is known color: Medium Slate Blue. HEX triplet: 88, 4F and EB. RGB value is (136,79,235). Sum of RGB (Red+Green+Blue) = 136+79+235=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 235 (92.19% from 255 or 52.22% from 450); Max value from RGB is 235 - color contains mainly: blue. Hex color #884FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #884FEB is #77B014. Grayscale: #717171. Windows color (decimal): -7843861 or 15421320. OLE color: 15421320.

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

Color convert

RGB 136 79 235 -
CMYK 0.42 0.66 0 0.08
HSL 261.92º 0.8% 0.62% -
HSV(B) 261.92º 0.66% 0.92% -
XYZ 27.94 16.82 80.37 -
YUV 113.83 196.38 143.82 -
System Red Green Blue C M Y K H S L
Decimal 136 79 235 0.42 0.66 0 0.08 261.92 0.8 0.62
Hex 88 4F EB 2A 42 0 8 106 50 3E
Octal 210 117 353 52 102 0 10 406 120 76
Binary 10001000 1001111 11101011 101010 1000010 0 1000 100000110 1010000 111110

Color Harmonies of #884FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884FEB

Black with #884FEB

Text Example


Text Example

White with #884FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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