Html Css Color HEX #886FEB Medium Slate Blue

📋 copy color: '#886FEB'

red 136 ◦ green 111 ◦ blue 235

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

Shades of Medium Slate Blue #886FEB

Tints of Medium Slate Blue #886FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.76%

R = 28.22%
G = 23.03%
B = 48.76%

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

#886FEB (or 0x886FEB) is known color: Medium Slate Blue. HEX triplet: 88, 6F and EB. RGB value is (136,111,235). Sum of RGB (Red+Green+Blue) = 136+111+235=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #886FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #886FEB is #779014. Grayscale: #848484. Windows color (decimal): -7835669 or 15429512. OLE color: 15429512.

HSL color Cylindrical-coordinate representation of color #886FEB: hue angle of 252.1º degrees, saturation: 0.76, 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 #886FEB is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 136 111 235 -
CMYK 0.42 0.53 0 0.08
HSL 252.1º 0.76% 0.68% -
HSV(B) 252.1º 0.53% 0.92% -
XYZ 30.83 22.6 81.33 -
YUV 132.61 185.78 130.42 -
System Red Green Blue C M Y K H S L
Decimal 136 111 235 0.42 0.53 0 0.08 252.1 0.76 0.68
Hex 88 6F EB 2A 35 0 8 FC 4C 44
Octal 210 157 353 52 65 0 10 374 114 104
Binary 10001000 1101111 11101011 101010 110101 0 1000 11111100 1001100 1000100

Color Harmonies of #886FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886FEB

Black with #886FEB

Text Example


Text Example

White with #886FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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