Html Css Color HEX #886FEC Medium Slate Blue

📋 copy color: '#886FEC'

red 136 ◦ green 111 ◦ blue 236

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

Shades of Medium Slate Blue #886FEC

Tints of Medium Slate Blue #886FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.98%

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

R = 28.16%
G = 22.98%
B = 48.86%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#886FEC (or 0x886FEC) is known color: Medium Slate Blue. HEX triplet: 88, 6F and EC. RGB value is (136,111,236). Sum of RGB (Red+Green+Blue) = 136+111+236=483 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.16% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 236 (92.58% from 255 or 48.86% from 483); Max value from RGB is 236 - color contains mainly: blue. Hex color #886FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886FEC is #779013. Grayscale: #848484. Windows color (decimal): -7835668 or 15495048. OLE color: 15495048.

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

Color convert

RGB 136 111 236 -
CMYK 0.42 0.53 0 0.07
HSL 252º 0.77% 0.68% -
HSV(B) 252º 0.53% 0.93% -
XYZ 30.98 22.66 82.1 -
YUV 132.73 186.28 130.34 -
System Red Green Blue C M Y K H S L
Decimal 136 111 236 0.42 0.53 0 0.07 252 0.77 0.68
Hex 88 6F EC 2A 35 0 7 FC 4D 44
Octal 210 157 354 52 65 0 7 374 115 104
Binary 10001000 1101111 11101100 101010 110101 0 111 11111100 1001101 1000100

Color Harmonies of #886FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FEC

Black with #886FEC

Text Example


Text Example

White with #886FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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