Html Css Color HEX #856DED Medium Slate Blue

📋 copy color: '#856DED'

red 133 ◦ green 109 ◦ blue 237

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

Shades of Medium Slate Blue #856DED

Tints of Medium Slate Blue #856DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.48%

R = 27.77%
G = 22.76%
B = 49.48%

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

#856DED (or 0x856DED) is known color: Medium Slate Blue. HEX triplet: 85, 6D and ED. RGB value is (133,109,237). Sum of RGB (Red+Green+Blue) = 133+109+237=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 109 (42.97% from 255 or 22.76% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #856DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #856DED is #7A9212. Grayscale: #828282. Windows color (decimal): -8032787 or 15560069. OLE color: 15560069.

HSL color Cylindrical-coordinate representation of color #856DED: hue angle of 251.25º degrees, saturation: 0.78, 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 #856DED is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 109 237 -
CMYK 0.44 0.54 0 0.07
HSL 251.25º 0.78% 0.68% -
HSV(B) 251.25º 0.54% 0.93% -
XYZ 30.43 22.04 82.77 -
YUV 130.77 187.95 129.59 -
System Red Green Blue C M Y K H S L
Decimal 133 109 237 0.44 0.54 0 0.07 251.25 0.78 0.68
Hex 85 6D ED 2C 36 0 7 FB 4E 44
Octal 205 155 355 54 66 0 7 373 116 104
Binary 10000101 1101101 11101101 101100 110110 0 111 11111011 1001110 1000100

Color Harmonies of #856DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856DED

Black with #856DED

Text Example


Text Example

White with #856DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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