#885ef6

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

Shades of Medium Slate Blue #885EF6

Tints of Medium Slate Blue #885EF6

Color information

#885EF6 (or 0x885EF6) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 5E and F6. RGB value is (136,94,246). Sum of RGB (Red+Green+Blue) = 136+94+246=476 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.57% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 246 (96.48% from 255 or 51.68% from 476); Max value from RGB is 246 - color contains mainly: blue. Hex color #885EF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885EF6 is #77A109. Grayscale: #7B7B7B. Windows color (decimal): -7840010 or 16146056. OLE color: 16146056.

HSL color Cylindrical-coordinate representation of color #885EF6: hue angle of 256.58º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885EF6 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13694246-
CMYK0.450.6200.04
HSL256.58º89.41%66.67%-
HSV(B)256.58º61.79%96.47%-
XYZ30.7919.8989.41-
YUV123.89196.91136.64-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.57%
GREEN value IS 94 (37.11% from 255) = 19.75%
BLUE value IS 246 (96.48% from 255) = 51.68%
R=28.57%
G=19.75%
B=51.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal136942460.450.6200.04256.5889.4166.67
Hex885EF62D3E041015943
Octal210136366557604401131103
Binary10001000101111011110110101101111110010010000000110110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885ef6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885ef6; }

 p { color: rgb(136,94,246); }

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

<style>
 a { background-color: #885ef6; }

 a { background-color: rgb(136,94,246); }

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

<style>
 span { border-color: #885ef6; }

 span { border-color: rgb(136,94,246); }

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