#856EEF

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

Shades of Medium Slate Blue #856EEF

Tints of Medium Slate Blue #856EEF

Color information

#856EEF (or 0x856EEF) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 6E and EF. RGB value is (133,110,239). Sum of RGB (Red+Green+Blue) = 133+110+239=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 110 (43.36% from 255 or 22.82% from 482); Blue value is 239 (93.75% from 255 or 49.59% from 482); Max value from RGB is 239 - color contains mainly: blue. Hex color #856EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856EEF is #7A9110. Grayscale: #838383. Windows color (decimal): -8032529 or 15691397. OLE color: 15691397.

HSL color Cylindrical-coordinate representation of color #856EEF: hue angle of 250.7º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #856EEF is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB133110239-
CMYK0.440.5400.06
HSL250.7º80.12%68.43%-
HSV(B)250.7º53.97%93.73%-
XYZ30.8322.3784.35-
YUV131.58188.62129.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.59%
GREEN value IS 110 (43.36% from 255) = 22.82%
BLUE value IS 239 (93.75% from 255) = 49.59%
R=27.59%
G=22.82%
B=49.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1331102390.440.5400.06250.780.1268.43
Hex856EEF2C3606fb5044
Octal205156357546606373120104
Binary1000010111011101110111110110011011001101111101110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,110,239); }

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

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

 a { background-color: rgb(133,110,239); }

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

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

 span { border-color: rgb(133,110,239); }

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