Html Css Color HEX #8361DF Medium Slate Blue

📋 copy color: '#8361DF'

red 131 ◦ green 97 ◦ blue 223

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

Shades of Medium Slate Blue #8361DF

Tints of Medium Slate Blue #8361DF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.51%

 BLUE value IS 223 (87.5% from 255) = 49.45%

R = 29.05%
G = 21.51%
B = 49.45%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8361DF (or 0x8361DF) is known color: Medium Slate Blue. HEX triplet: 83, 61 and DF. RGB value is (131,97,223). Sum of RGB (Red+Green+Blue) = 131+97+223=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #8361DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8361DF is #7C9E20. Grayscale: #797979. Windows color (decimal): -8166945 or 14639491. OLE color: 14639491.

HSL color Cylindrical-coordinate representation of color #8361DF: hue angle of 256.19º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8361DF is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 97 223 -
CMYK 0.41 0.57 0 0.13
HSL 256.19º 0.66% 0.63% -
HSV(B) 256.19º 0.57% 0.87% -
XYZ 26.95 18.7 72 -
YUV 121.53 185.26 134.75 -
System Red Green Blue C M Y K H S L
Decimal 131 97 223 0.41 0.57 0 0.13 256.19 0.66 0.63
Hex 83 61 DF 29 39 0 D 100 42 3F
Octal 203 141 337 51 71 0 15 400 102 77
Binary 10000011 1100001 11011111 101001 111001 0 1101 100000000 1000010 111111

Color Harmonies of #8361DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8361DF

Black with #8361DF

Text Example


Text Example

White with #8361DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8361DF; }

 p { color: rgb(131,97,223); }

 H1.HeaderClassName
 {
   color: #8361DF;
 }
 .AnyTagClassName
 {
   color: #8361DF;
 }
</style>

background-color css

<style>
 a { background-color: #8361DF; }

 a { background-color: rgb(131,97,223); }

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

border-color css

<style>
 span { border-color: #8361DF; }

 span { border-color: rgb(131,97,223); }

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