Html Css Color HEX #8350EC Medium Slate Blue

📋 copy color: '#8350EC'

red 131 ◦ green 80 ◦ blue 236

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

Shades of Medium Slate Blue #8350EC

Tints of Medium Slate Blue #8350EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.9%

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

R = 29.31%
G = 17.9%
B = 52.8%

CMYK

 C value IS 0.44

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8350EC (or 0x8350EC) is known color: Medium Slate Blue. HEX triplet: 83, 50 and EC. RGB value is (131,80,236). Sum of RGB (Red+Green+Blue) = 131+80+236=447 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.31% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 236 (92.58% from 255 or 52.80% from 447); Max value from RGB is 236 - color contains mainly: blue. Hex color #8350EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8350EC is #7CAF13. Grayscale: #707070. Windows color (decimal): -8171284 or 15487107. OLE color: 15487107.

HSL color Cylindrical-coordinate representation of color #8350EC: hue angle of 259.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8350EC is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 80 236 -
CMYK 0.44 0.66 0 0.07
HSL 259.62º 0.8% 0.62% -
HSV(B) 259.62º 0.66% 0.93% -
XYZ 27.37 16.62 81.12 -
YUV 113.03 197.4 140.82 -
System Red Green Blue C M Y K H S L
Decimal 131 80 236 0.44 0.66 0 0.07 259.62 0.8 0.62
Hex 83 50 EC 2C 42 0 7 104 50 3E
Octal 203 120 354 54 102 0 7 404 120 76
Binary 10000011 1010000 11101100 101100 1000010 0 111 100000100 1010000 111110

Color Harmonies of #8350EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8350EC

Black with #8350EC

Text Example


Text Example

White with #8350EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8350EC; }

 p { color: rgb(131,80,236); }

 H1.HeaderClassName
 {
   color: #8350EC;
 }
 .AnyTagClassName
 {
   color: #8350EC;
 }
</style>

background-color css

<style>
 a { background-color: #8350EC; }

 a { background-color: rgb(131,80,236); }

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

border-color css

<style>
 span { border-color: #8350EC; }

 span { border-color: rgb(131,80,236); }

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