Html Css Color HEX #886FEA Medium Slate Blue

📋 copy color: '#886FEA'

red 136 ◦ green 111 ◦ blue 234

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

Shades of Medium Slate Blue #886FEA

Tints of Medium Slate Blue #886FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.08%

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

R = 28.27%
G = 23.08%
B = 48.65%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#886FEA (or 0x886FEA) is known color: Medium Slate Blue. HEX triplet: 88, 6F and EA. RGB value is (136,111,234). Sum of RGB (Red+Green+Blue) = 136+111+234=481 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.27% from 481); Green value is 111 (43.75% from 255 or 23.08% from 481); Blue value is 234 (91.80% from 255 or 48.65% from 481); Max value from RGB is 234 - color contains mainly: blue. Hex color #886FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886FEA is #779015. Grayscale: #848484. Windows color (decimal): -7835670 or 15363976. OLE color: 15363976.

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

Color convert

RGB 136 111 234 -
CMYK 0.42 0.53 0 0.08
HSL 252.2º 0.75% 0.68% -
HSV(B) 252.2º 0.53% 0.92% -
XYZ 30.69 22.54 80.58 -
YUV 132.5 185.28 130.5 -
System Red Green Blue C M Y K H S L
Decimal 136 111 234 0.42 0.53 0 0.08 252.2 0.75 0.68
Hex 88 6F EA 2A 35 0 8 FC 4B 44
Octal 210 157 352 52 65 0 10 374 113 104
Binary 10001000 1101111 11101010 101010 110101 0 1000 11111100 1001011 1000100

Color Harmonies of #886FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FEA

Black with #886FEA

Text Example


Text Example

White with #886FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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