Html Css Color HEX #886AEC Medium Slate Blue

📋 copy color: '#886AEC'

red 136 ◦ green 106 ◦ blue 236

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

Shades of Medium Slate Blue #886AEC

Tints of Medium Slate Blue #886AEC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.18%

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

R = 28.45%
G = 22.18%
B = 49.37%

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

#886AEC (or 0x886AEC) is known color: Medium Slate Blue. HEX triplet: 88, 6A and EC. RGB value is (136,106,236). Sum of RGB (Red+Green+Blue) = 136+106+236=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 106 (41.80% from 255 or 22.18% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #886AEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886AEC is #779513. Grayscale: #818181. Windows color (decimal): -7836948 or 15493768. OLE color: 15493768.

HSL color Cylindrical-coordinate representation of color #886AEC: hue angle of 253.85º 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 #886AEC is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 136 106 236 -
CMYK 0.42 0.55 0 0.07
HSL 253.85º 0.77% 0.67% -
HSV(B) 253.85º 0.55% 0.93% -
XYZ 30.45 21.6 81.92 -
YUV 129.79 187.94 132.43 -
System Red Green Blue C M Y K H S L
Decimal 136 106 236 0.42 0.55 0 0.07 253.85 0.77 0.67
Hex 88 6A EC 2A 37 0 7 FE 4D 43
Octal 210 152 354 52 67 0 7 376 115 103
Binary 10001000 1101010 11101100 101010 110111 0 111 11111110 1001101 1000011

Color Harmonies of #886AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886AEC

Black with #886AEC

Text Example


Text Example

White with #886AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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