#855DF5

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

Shades of Medium Slate Blue #855DF5

Tints of Medium Slate Blue #855DF5

Color information

#855DF5 (or 0x855DF5) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 5D and F5. RGB value is (133,93,245). Sum of RGB (Red+Green+Blue) = 133+93+245=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 93 (36.72% from 255 or 19.75% from 471); Blue value is 245 (96.09% from 255 or 52.02% from 471); Max value from RGB is 245 - color contains mainly: blue. Hex color #855DF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855DF5 is #7AA20A. Grayscale: #797979. Windows color (decimal): -8036875 or 16080261. OLE color: 16080261.

HSL color Cylindrical-coordinate representation of color #855DF5: hue angle of 255.79º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #855DF5 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13393245-
CMYK0.460.6200.04
HSL255.79º88.37%66.27%-
HSV(B)255.79º62.04%96.08%-
XYZ30.0719.4188.55-
YUV122.29197.25135.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.24%
GREEN value IS 93 (36.72% from 255) = 19.75%
BLUE value IS 245 (96.09% from 255) = 52.02%
R=28.24%
G=19.75%
B=52.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal133932450.460.6200.04255.7988.3766.27
Hex855DF52E3E041005842
Octal205135365567604400130102
Binary10000101101110111110101101110111110010010000000010110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855DF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,93,245); }

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

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

 a { background-color: rgb(133,93,245); }

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

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

 span { border-color: rgb(133,93,245); }

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