Html Css Color HEX #8356EF Medium Slate Blue

📋 copy color: '#8356EF'

red 131 ◦ green 86 ◦ blue 239

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

Shades of Medium Slate Blue #8356EF

Tints of Medium Slate Blue #8356EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 28.73%
G = 18.86%
B = 52.41%

CMYK

 C value IS 0.45

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8356EF (or 0x8356EF) is known color: Medium Slate Blue. HEX triplet: 83, 56 and EF. RGB value is (131,86,239). Sum of RGB (Red+Green+Blue) = 131+86+239=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 86 (33.98% from 255 or 18.86% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #8356EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8356EF is #7CA910. Grayscale: #747474. Windows color (decimal): -8169745 or 15685251. OLE color: 15685251.

HSL color Cylindrical-coordinate representation of color #8356EF: hue angle of 257.65º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8356EF is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 86 239 -
CMYK 0.45 0.64 0 0.06
HSL 257.65º 0.83% 0.64% -
HSV(B) 257.65º 0.64% 0.94% -
XYZ 28.27 17.71 83.59 -
YUV 116.9 196.91 138.06 -
System Red Green Blue C M Y K H S L
Decimal 131 86 239 0.45 0.64 0 0.06 257.65 0.83 0.64
Hex 83 56 EF 2D 40 0 6 102 53 40
Octal 203 126 357 55 100 0 6 402 123 100
Binary 10000011 1010110 11101111 101101 1000000 0 110 100000010 1010011 1000000

Color Harmonies of #8356EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8356EF

Black with #8356EF

Text Example


Text Example

White with #8356EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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