Html Css Color HEX #886DEC Medium Slate Blue

📋 copy color: '#886DEC'

red 136 ◦ green 109 ◦ blue 236

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

Shades of Medium Slate Blue #886DEC

Tints of Medium Slate Blue #886DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.66%

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 28.27%
G = 22.66%
B = 49.06%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#886DEC (or 0x886DEC) is known color: Medium Slate Blue. HEX triplet: 88, 6D and EC. RGB value is (136,109,236). Sum of RGB (Red+Green+Blue) = 136+109+236=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 109 (42.97% from 255 or 22.66% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #886DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886DEC is #779213. Grayscale: #838383. Windows color (decimal): -7836180 or 15494536. OLE color: 15494536.

HSL color Cylindrical-coordinate representation of color #886DEC: hue angle of 252.76º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #886DEC is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 109 236 -
CMYK 0.42 0.54 0 0.07
HSL 252.76º 0.77% 0.68% -
HSV(B) 252.76º 0.54% 0.93% -
XYZ 30.76 22.23 82.03 -
YUV 131.55 186.95 131.17 -
System Red Green Blue C M Y K H S L
Decimal 136 109 236 0.42 0.54 0 0.07 252.76 0.77 0.68
Hex 88 6D EC 2A 36 0 7 FD 4D 44
Octal 210 155 354 52 66 0 7 375 115 104
Binary 10001000 1101101 11101100 101010 110110 0 111 11111101 1001101 1000100

Color Harmonies of #886DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886DEC

Black with #886DEC

Text Example


Text Example

White with #886DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886DEC; }

 p { color: rgb(136,109,236); }

 H1.HeaderClassName
 {
   color: #886DEC;
 }
 .AnyTagClassName
 {
   color: #886DEC;
 }
</style>

background-color css

<style>
 a { background-color: #886DEC; }

 a { background-color: rgb(136,109,236); }

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

border-color css

<style>
 span { border-color: #886DEC; }

 span { border-color: rgb(136,109,236); }

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