Html Css Color HEX #856CE1 Medium Slate Blue

📋 copy color: '#856CE1'

red 133 ◦ green 108 ◦ blue 225

#856CE1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #856CE1

Tints of Medium Slate Blue #856CE1

RGB

 RED value IS 133 (52.34% from 255) = 28.54%

 GREEN value IS 108 (42.58% from 255) = 23.18%

 BLUE value IS 225 (88.28% from 255) = 48.28%

R = 28.54%
G = 23.18%
B = 48.28%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#856CE1 (or 0x856CE1) is known color: Medium Slate Blue. HEX triplet: 85, 6C and E1. RGB value is (133,108,225). Sum of RGB (Red+Green+Blue) = 133+108+225=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #856CE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #856CE1 is #7A931E. Grayscale: #808080. Windows color (decimal): -8033055 or 14773381. OLE color: 14773381.

HSL color Cylindrical-coordinate representation of color #856CE1: hue angle of 252.82º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #856CE1 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 108 225 -
CMYK 0.41 0.52 0 0.12
HSL 252.82º 0.66% 0.65% -
HSV(B) 252.82º 0.52% 0.88% -
XYZ 28.63 21.15 73.81 -
YUV 128.81 182.28 130.99 -
System Red Green Blue C M Y K H S L
Decimal 133 108 225 0.41 0.52 0 0.12 252.82 0.66 0.65
Hex 85 6C E1 29 34 0 C FD 42 41
Octal 205 154 341 51 64 0 14 375 102 101
Binary 10000101 1101100 11100001 101001 110100 0 1100 11111101 1000010 1000001

Color Harmonies of #856CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856CE1

Black with #856CE1

Text Example


Text Example

White with #856CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #856CE1;
 }
 .AnyTagClassName
 {
   color: #856CE1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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