Html Css Color HEX #856DEC Medium Slate Blue

📋 copy color: '#856DEC'

red 133 ◦ green 109 ◦ blue 236

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

Shades of Medium Slate Blue #856DEC

Tints of Medium Slate Blue #856DEC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.8%

 BLUE value IS 236 (92.58% from 255) = 49.37%

R = 27.82%
G = 22.8%
B = 49.37%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#856DEC (or 0x856DEC) is known color: Medium Slate Blue. HEX triplet: 85, 6D and EC. RGB value is (133,109,236). Sum of RGB (Red+Green+Blue) = 133+109+236=478 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.82% from 478); Green value is 109 (42.97% from 255 or 22.80% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #856DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856DEC is #7A9213. Grayscale: #828282. Windows color (decimal): -8032788 or 15494533. OLE color: 15494533.

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

Color convert

RGB 133 109 236 -
CMYK 0.44 0.54 0 0.07
HSL 251.34º 0.77% 0.68% -
HSV(B) 251.34º 0.54% 0.93% -
XYZ 30.28 21.98 82 -
YUV 130.65 187.45 129.67 -
System Red Green Blue C M Y K H S L
Decimal 133 109 236 0.44 0.54 0 0.07 251.34 0.77 0.68
Hex 85 6D EC 2C 36 0 7 FB 4D 44
Octal 205 155 354 54 66 0 7 373 115 104
Binary 10000101 1101101 11101100 101100 110110 0 111 11111011 1001101 1000100

Color Harmonies of #856DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DEC

Black with #856DEC

Text Example


Text Example

White with #856DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,109,236); }

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

background-color css

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

 a { background-color: rgb(133,109,236); }

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

border-color css

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

 span { border-color: rgb(133,109,236); }

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