#856ae9

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

Shades of Medium Slate Blue #856AE9

Tints of Medium Slate Blue #856AE9

Color information

#856AE9 (or 0x856AE9) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 6A and E9. RGB value is (133,106,233). Sum of RGB (Red+Green+Blue) = 133+106+233=472 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.18% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 233 (91.41% from 255 or 49.36% from 472); Max value from RGB is 233 - color contains mainly: blue. Hex color #856AE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856AE9 is #7A9516. Grayscale: #808080. Windows color (decimal): -8033559 or 15297157. OLE color: 15297157.

HSL color Cylindrical-coordinate representation of color #856AE9: hue angle of 252.76º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #856AE9 is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB133106233-
CMYK0.430.5500.09
HSL252.76º74.27%66.47%-
HSV(B)252.76º54.51%91.37%-
XYZ29.5321.1879.62-
YUV128.55186.95131.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.18%
GREEN value IS 106 (41.80% from 255) = 22.46%
BLUE value IS 233 (91.41% from 255) = 49.36%
R=28.18%
G=22.46%
B=49.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1331062330.430.5500.09252.7674.2766.47
Hex856AE92B3709fd4a42
Octal2051523515367011375112102
Binary10000101110101011101001101011110111010011111110110010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856ae9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856ae9; }

 p { color: rgb(133,106,233); }

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

<style>
 a { background-color: #856ae9; }

 a { background-color: rgb(133,106,233); }

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

<style>
 span { border-color: #856ae9; }

 span { border-color: rgb(133,106,233); }

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