Html Css Color HEX #886CEA Medium Slate Blue

📋 copy color: '#886CEA'

red 136 ◦ green 108 ◦ blue 234

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

Shades of Medium Slate Blue #886CEA

Tints of Medium Slate Blue #886CEA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

 BLUE value IS 234 (91.8% from 255) = 48.95%

R = 28.45%
G = 22.59%
B = 48.95%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#886CEA (or 0x886CEA) is known color: Medium Slate Blue. HEX triplet: 88, 6C and EA. RGB value is (136,108,234). Sum of RGB (Red+Green+Blue) = 136+108+234=478 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.45% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #886CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886CEA is #779315. Grayscale: #828282. Windows color (decimal): -7836438 or 15363208. OLE color: 15363208.

HSL color Cylindrical-coordinate representation of color #886CEA: hue angle of 253.33º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #886CEA is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 108 234 -
CMYK 0.42 0.54 0 0.08
HSL 253.33º 0.75% 0.67% -
HSV(B) 253.33º 0.54% 0.92% -
XYZ 30.37 21.9 80.47 -
YUV 130.74 186.28 131.75 -
System Red Green Blue C M Y K H S L
Decimal 136 108 234 0.42 0.54 0 0.08 253.33 0.75 0.67
Hex 88 6C EA 2A 36 0 8 FD 4B 43
Octal 210 154 352 52 66 0 10 375 113 103
Binary 10001000 1101100 11101010 101010 110110 0 1000 11111101 1001011 1000011

Color Harmonies of #886CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886CEA

Black with #886CEA

Text Example


Text Example

White with #886CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,108,234); }

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

background-color css

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

 a { background-color: rgb(136,108,234); }

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

border-color css

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

 span { border-color: rgb(136,108,234); }

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