Html Css Color HEX #886AEE Medium Slate Blue

📋 copy color: '#886AEE'

red 136 ◦ green 106 ◦ blue 238

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

Shades of Medium Slate Blue #886AEE

Tints of Medium Slate Blue #886AEE

RGB

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

 GREEN value IS 106 (41.8% 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 value IS 0.43

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#886AEE (or 0x886AEE) is known color: 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

RGB 136 106 238 -
CMYK 0.43 0.55 0 0.07
HSL 253.64º 0.8% 0.67% -
HSV(B) 253.64º 0.55% 0.93% -
XYZ 30.74 21.72 83.46 -
YUV 130.02 188.94 132.27 -
System Red Green Blue C M Y K H S L
Decimal 136 106 238 0.43 0.55 0 0.07 253.64 0.8 0.67
Hex 88 6A EE 2B 37 0 7 FE 50 43
Octal 210 152 356 53 67 0 7 376 120 103
Binary 10001000 1101010 11101110 101011 110111 0 111 11111110 1010000 1000011

Color Harmonies of #886AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886AEE

Black with #886AEE

Text Example


Text Example

White with #886AEE

Text Example


Text Example

HTML Codes & Css Web 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>