#856cee

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

Shades of Medium Slate Blue #856CEE

Tints of Medium Slate Blue #856CEE

Color information

#856CEE (or 0x856CEE) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 6C and EE. RGB value is (133,108,238). Sum of RGB (Red+Green+Blue) = 133+108+238=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #856CEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856CEE is #7A9311. Grayscale: #818181. Windows color (decimal): -8033042 or 15625349. OLE color: 15625349.

HSL color Cylindrical-coordinate representation of color #856CEE: hue angle of 251.54º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #856CEE is Cyan = 0.44, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB133108238-
CMYK0.440.5500.07
HSL251.54º79.27%67.84%-
HSV(B)251.54º54.62%93.33%-
XYZ30.4721.8883.51-
YUV130.29188.78129.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 108 (42.58% from 255) = 22.55%
BLUE value IS 238 (93.36% from 255) = 49.69%
R=27.77%
G=22.55%
B=49.69%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1331082380.440.5500.07251.5479.2767.84
Hex856CEE2C3707fc4f44
Octal205154356546707374117104
Binary1000010111011001110111010110011011101111111110010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856cee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,108,238); }

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

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

 a { background-color: rgb(133,108,238); }

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

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

 span { border-color: rgb(133,108,238); }

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