Html Css Color HEX #8350EE Medium Slate Blue

📋 copy color: '#8350EE'

red 131 ◦ green 80 ◦ blue 238

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

Shades of Medium Slate Blue #8350EE

Tints of Medium Slate Blue #8350EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.01%

R = 29.18%
G = 17.82%
B = 53.01%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8350EE (or 0x8350EE) is known color: Medium Slate Blue. HEX triplet: 83, 50 and EE. RGB value is (131,80,238). Sum of RGB (Red+Green+Blue) = 131+80+238=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #8350EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8350EE is #7CAF11. Grayscale: #707070. Windows color (decimal): -8171282 or 15618179. OLE color: 15618179.

HSL color Cylindrical-coordinate representation of color #8350EE: hue angle of 259.37º degrees, saturation: 0.82, 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 #8350EE is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 80 238 -
CMYK 0.45 0.66 0 0.07
HSL 259.37º 0.82% 0.62% -
HSV(B) 259.37º 0.66% 0.93% -
XYZ 27.66 16.74 82.66 -
YUV 113.26 198.4 140.65 -
System Red Green Blue C M Y K H S L
Decimal 131 80 238 0.45 0.66 0 0.07 259.37 0.82 0.62
Hex 83 50 EE 2D 42 0 7 103 52 3E
Octal 203 120 356 55 102 0 7 403 122 76
Binary 10000011 1010000 11101110 101101 1000010 0 111 100000011 1010010 111110

Color Harmonies of #8350EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8350EE

Black with #8350EE

Text Example


Text Example

White with #8350EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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