#855EE7

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

Shades of Medium Slate Blue #855EE7

Tints of Medium Slate Blue #855EE7

Color information

#855EE7 (or 0x855EE7) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 5E and E7. RGB value is (133,94,231). Sum of RGB (Red+Green+Blue) = 133+94+231=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 94 (37.11% from 255 or 20.52% from 458); Blue value is 231 (90.62% from 255 or 50.44% from 458); Max value from RGB is 231 - color contains mainly: blue. Hex color #855EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855EE7 is #7AA118. Grayscale: #787878. Windows color (decimal): -8036633 or 15163013. OLE color: 15163013.

HSL color Cylindrical-coordinate representation of color #855EE7: hue angle of 257.08º degrees, saturation: 0.74, 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 #855EE7 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13394231-
CMYK0.420.5900.09
HSL257.08º74.05%63.73%-
HSV(B)257.08º59.31%90.59%-
XYZ28.118.7677.74-
YUV121.28189.92136.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.04%
GREEN value IS 94 (37.11% from 255) = 20.52%
BLUE value IS 231 (90.62% from 255) = 50.44%
R=29.04%
G=20.52%
B=50.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal133942310.420.5900.09257.0874.0563.73
Hex855EE72A3B091014a40
Octal2051363475273011401112100
Binary100001011011110111001111010101110110100110000000110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855EE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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