#886AEE

Color #886AEE Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #886AEE

Tints of Medium Slate Blue #886AEE

Color information

#886AEE (or 0x886AEE) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 6A and EE. RGB value is (136,106,238). Sum of RGB (Red+Green+Blue) = 136+106+238=480 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.33% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #886AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886AEE is #779511. Grayscale: #818181. Windows color (decimal): -7836946 or 15624840. OLE color: 15624840.

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

Color convert

RGB136106238-
CMYK0.430.5500.07
HSL253.64º79.52%67.45%-
HSV(B)253.64º55.46%93.33%-
XYZ30.7421.7283.46-
YUV130.02188.94132.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.33%
GREEN value IS 106 (41.80% from 255) = 22.08%
BLUE value IS 238 (93.36% from 255) = 49.58%
R=28.33%
G=22.08%
B=49.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1361062380.430.5500.07253.6479.5267.45
Hex886AEE2B3707fe5043
Octal210152356536707376120103
Binary1000100011010101110111010101111011101111111111010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #886AEE;
 }
 .AnyTagClassName
 {
   color: #886AEE;
 }
</style>
background-color css

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

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

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

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

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

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