Html Css Color HEX #8350DD Medium Slate Blue

📋 copy color: '#8350DD'

red 131 ◦ green 80 ◦ blue 221

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

Shades of Medium Slate Blue #8350DD

Tints of Medium Slate Blue #8350DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.16%

R = 30.32%
G = 18.52%
B = 51.16%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8350DD (or 0x8350DD) is known color: Medium Slate Blue. HEX triplet: 83, 50 and DD. RGB value is (131,80,221). Sum of RGB (Red+Green+Blue) = 131+80+221=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 221 (86.72% from 255 or 51.16% from 432); Max value from RGB is 221 - color contains mainly: blue. Hex color #8350DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350DD is #7CAF22. Grayscale: #6E6E6E. Windows color (decimal): -8171299 or 14504067. OLE color: 14504067.

HSL color Cylindrical-coordinate representation of color #8350DD: hue angle of 261.7º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8350DD is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 80 221 -
CMYK 0.41 0.64 0 0.13
HSL 261.7º 0.67% 0.59% -
HSV(B) 261.7º 0.64% 0.87% -
XYZ 25.28 15.78 70.12 -
YUV 111.32 189.9 142.04 -
System Red Green Blue C M Y K H S L
Decimal 131 80 221 0.41 0.64 0 0.13 261.7 0.67 0.59
Hex 83 50 DD 29 40 0 D 106 43 3B
Octal 203 120 335 51 100 0 15 406 103 73
Binary 10000011 1010000 11011101 101001 1000000 0 1101 100000110 1000011 111011

Color Harmonies of #8350DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8350DD

Black with #8350DD

Text Example


Text Example

White with #8350DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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