#855EEE

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

Shades of Medium Slate Blue #855EEE

Tints of Medium Slate Blue #855EEE

Color information

#855EEE (or 0x855EEE) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 5E and EE. RGB value is (133,94,238). Sum of RGB (Red+Green+Blue) = 133+94+238=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #855EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855EEE is #7AA111. Grayscale: #797979. Windows color (decimal): -8036626 or 15621765. OLE color: 15621765.

HSL color Cylindrical-coordinate representation of color #855EEE: hue angle of 256.25º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #855EEE is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB13394238-
CMYK0.440.6100.07
HSL256.25º80.9%65.1%-
HSV(B)256.25º60.5%93.33%-
XYZ29.1119.1783.05-
YUV122.08193.42135.79-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.60%
GREEN value IS 94 (37.11% from 255) = 20.22%
BLUE value IS 238 (93.36% from 255) = 51.18%
R=28.60%
G=20.22%
B=51.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal133942380.440.6100.07256.2580.965.1
Hex855EEE2C3D071005141
Octal205136356547507400121101
Binary10000101101111011101110101100111101011110000000010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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