#856fef

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

Shades of Medium Slate Blue #856FEF

Tints of Medium Slate Blue #856FEF

Color information

#856FEF (or 0x856FEF) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 6F and EF. RGB value is (133,111,239). Sum of RGB (Red+Green+Blue) = 133+111+239=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #856FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856FEF is #7A9010. Grayscale: #838383. Windows color (decimal): -8032273 or 15691653. OLE color: 15691653.

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

Color convert

RGB133111239-
CMYK0.440.5400.06
HSL250.31º80%68.63%-
HSV(B)250.31º53.56%93.73%-
XYZ30.9422.5984.39-
YUV132.17188.29128.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.54%
GREEN value IS 111 (43.75% from 255) = 22.98%
BLUE value IS 239 (93.75% from 255) = 49.48%
R=27.54%
G=22.98%
B=49.48%

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
Decimal1331112390.440.5400.06250.318068.63
Hex856FEF2C3606fa5045
Octal205157357546606372120105
Binary1000010111011111110111110110011011001101111101010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856fef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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