#855FF5

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

Shades of Medium Slate Blue #855FF5

Tints of Medium Slate Blue #855FF5

Color information

#855FF5 (or 0x855FF5) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 5F and F5. RGB value is (133,95,245). Sum of RGB (Red+Green+Blue) = 133+95+245=473 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.12% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 245 (96.09% from 255 or 51.80% from 473); Max value from RGB is 245 - color contains mainly: blue. Hex color #855FF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855FF5 is #7AA00A. Grayscale: #7A7A7A. Windows color (decimal): -8036363 or 16080773. OLE color: 16080773.

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

Color convert

RGB13395245-
CMYK0.460.6100.04
HSL255.2º88.24%66.67%-
HSV(B)255.2º61.22%96.08%-
XYZ30.2519.7688.61-
YUV123.46196.59134.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.12%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 245 (96.09% from 255) = 51.80%
R=28.12%
G=20.08%
B=51.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal133952450.460.6100.04255.288.2466.67
Hex855FF52E3D04ff5843
Octal205137365567504377130103
Binary1000010110111111111010110111011110101001111111110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855FF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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