#885BE9

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

Shades of Medium Slate Blue #885BE9

Tints of Medium Slate Blue #885BE9

Color information

#885BE9 (or 0x885BE9) is unknown color: approx Medium Slate Blue. HEX triplet: 88, 5B and E9. RGB value is (136,91,233). Sum of RGB (Red+Green+Blue) = 136+91+233=460 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.57% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 233 (91.41% from 255 or 50.65% from 460); Max value from RGB is 233 - color contains mainly: blue. Hex color #885BE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885BE9 is #77A416. Grayscale: #787878. Windows color (decimal): -7840791 or 15293320. OLE color: 15293320.

HSL color Cylindrical-coordinate representation of color #885BE9: hue angle of 259.01º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #885BE9 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13691233-
CMYK0.420.6100.09
HSL259.01º76.34%63.53%-
HSV(B)259.01º60.94%91.37%-
XYZ28.618.679.17-
YUV120.64191.41138.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.57%
GREEN value IS 91 (35.94% from 255) = 19.78%
BLUE value IS 233 (91.41% from 255) = 50.65%
R=29.57%
G=19.78%
B=50.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal136912330.420.6100.09259.0176.3463.53
Hex885BE92A3D091034c40
Octal2101333515275011403114100
Binary100010001011011111010011010101111010100110000001110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,91,233); }

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

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

 a { background-color: rgb(136,91,233); }

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

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

 span { border-color: rgb(136,91,233); }

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