Html Css Color HEX #8350EF Medium Slate Blue

📋 copy color: '#8350EF'

red 131 ◦ green 80 ◦ blue 239

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

Shades of Medium Slate Blue #8350EF

Tints of Medium Slate Blue #8350EF

RGB

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

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

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

R = 29.11%
G = 17.78%
B = 53.11%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8350EF (or 0x8350EF) is known color: Medium Slate Blue. HEX triplet: 83, 50 and EF. RGB value is (131,80,239). Sum of RGB (Red+Green+Blue) = 131+80+239=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #8350EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8350EF is #7CAF10. Grayscale: #707070. Windows color (decimal): -8171281 or 15683715. OLE color: 15683715.

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

Color convert

RGB 131 80 239 -
CMYK 0.45 0.67 0 0.06
HSL 259.25º 0.83% 0.63% -
HSV(B) 259.25º 0.67% 0.94% -
XYZ 27.81 16.79 83.44 -
YUV 113.38 198.9 140.57 -
System Red Green Blue C M Y K H S L
Decimal 131 80 239 0.45 0.67 0 0.06 259.25 0.83 0.63
Hex 83 50 EF 2D 43 0 6 103 53 3F
Octal 203 120 357 55 103 0 6 403 123 77
Binary 10000011 1010000 11101111 101101 1000011 0 110 100000011 1010011 111111

Color Harmonies of #8350EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8350EF

Black with #8350EF

Text Example


Text Example

White with #8350EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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