Html Css Color HEX #8356ED Medium Slate Blue

📋 copy color: '#8356ED'

red 131 ◦ green 86 ◦ blue 237

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

Shades of Medium Slate Blue #8356ED

Tints of Medium Slate Blue #8356ED

RGB

 RED value IS 131 (51.56% from 255) = 28.85%

 GREEN value IS 86 (33.98% from 255) = 18.94%

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

R = 28.85%
G = 18.94%
B = 52.2%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8356ED (or 0x8356ED) is known color: Medium Slate Blue. HEX triplet: 83, 56 and ED. RGB value is (131,86,237). Sum of RGB (Red+Green+Blue) = 131+86+237=454 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.85% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #8356ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8356ED is #7CA912. Grayscale: #747474. Windows color (decimal): -8169747 or 15554179. OLE color: 15554179.

HSL color Cylindrical-coordinate representation of color #8356ED: hue angle of 257.88º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8356ED is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 86 237 -
CMYK 0.45 0.64 0 0.07
HSL 257.88º 0.81% 0.63% -
HSV(B) 257.88º 0.64% 0.93% -
XYZ 27.97 17.6 82.04 -
YUV 116.67 195.91 138.22 -
System Red Green Blue C M Y K H S L
Decimal 131 86 237 0.45 0.64 0 0.07 257.88 0.81 0.63
Hex 83 56 ED 2D 40 0 7 102 51 3F
Octal 203 126 355 55 100 0 7 402 121 77
Binary 10000011 1010110 11101101 101101 1000000 0 111 100000010 1010001 111111

Color Harmonies of #8356ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8356ED

Black with #8356ED

Text Example


Text Example

White with #8356ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8356ED; }

 p { color: rgb(131,86,237); }

 H1.HeaderClassName
 {
   color: #8356ED;
 }
 .AnyTagClassName
 {
   color: #8356ED;
 }
</style>

background-color css

<style>
 a { background-color: #8356ED; }

 a { background-color: rgb(131,86,237); }

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

border-color css

<style>
 span { border-color: #8356ED; }

 span { border-color: rgb(131,86,237); }

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