#855EE8

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

Shades of Medium Slate Blue #855EE8

Tints of Medium Slate Blue #855EE8

Color information

#855EE8 (or 0x855EE8) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 5E and E8. RGB value is (133,94,232). Sum of RGB (Red+Green+Blue) = 133+94+232=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 94 (37.11% from 255 or 20.48% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #855EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855EE8 is #7AA117. Grayscale: #787878. Windows color (decimal): -8036632 or 15228549. OLE color: 15228549.

HSL color Cylindrical-coordinate representation of color #855EE8: hue angle of 256.96º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #855EE8 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13394232-
CMYK0.430.5900.09
HSL256.96º75%63.92%-
HSV(B)256.96º59.48%90.98%-
XYZ28.2418.8278.49-
YUV121.39190.42136.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.98%
GREEN value IS 94 (37.11% from 255) = 20.48%
BLUE value IS 232 (91.02% from 255) = 50.54%
R=28.98%
G=20.48%
B=50.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal133942320.430.5900.09256.967563.92
Hex855EE82B3B091014b40
Octal2051363505373011401113100
Binary100001011011110111010001010111110110100110000000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855EE8; }

 p { color: rgb(133,94,232); }

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

<style>
 a { background-color: #855EE8; }

 a { background-color: rgb(133,94,232); }

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

<style>
 span { border-color: #855EE8; }

 span { border-color: rgb(133,94,232); }

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