Html Css Color HEX #886BEC Medium Slate Blue

📋 copy color: '#886BEC'

red 136 ◦ green 107 ◦ blue 236

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

Shades of Medium Slate Blue #886BEC

Tints of Medium Slate Blue #886BEC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.34%

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

R = 28.39%
G = 22.34%
B = 49.27%

CMYK

 C value IS 0.42

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#886BEC (or 0x886BEC) is known color: Medium Slate Blue. HEX triplet: 88, 6B and EC. RGB value is (136,107,236). Sum of RGB (Red+Green+Blue) = 136+107+236=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 107 (42.19% from 255 or 22.34% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #886BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886BEC is #779413. Grayscale: #818181. Windows color (decimal): -7836692 or 15494024. OLE color: 15494024.

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

Color convert

RGB 136 107 236 -
CMYK 0.42 0.55 0 0.07
HSL 253.49º 0.77% 0.67% -
HSV(B) 253.49º 0.55% 0.93% -
XYZ 30.55 21.81 81.96 -
YUV 130.38 187.61 132.01 -
System Red Green Blue C M Y K H S L
Decimal 136 107 236 0.42 0.55 0 0.07 253.49 0.77 0.67
Hex 88 6B EC 2A 37 0 7 FD 4D 43
Octal 210 153 354 52 67 0 7 375 115 103
Binary 10001000 1101011 11101100 101010 110111 0 111 11111101 1001101 1000011

Color Harmonies of #886BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886BEC

Black with #886BEC

Text Example


Text Example

White with #886BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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