Html Css Color HEX #8361DE Medium Slate Blue

📋 copy color: '#8361DE'

red 131 ◦ green 97 ◦ blue 222

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

Shades of Medium Slate Blue #8361DE

Tints of Medium Slate Blue #8361DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.33%

R = 29.11%
G = 21.56%
B = 49.33%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8361DE (or 0x8361DE) is known color: Medium Slate Blue. HEX triplet: 83, 61 and DE. RGB value is (131,97,222). Sum of RGB (Red+Green+Blue) = 131+97+222=450 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.11% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #8361DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8361DE is #7C9E21. Grayscale: #787878. Windows color (decimal): -8166946 or 14573955. OLE color: 14573955.

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

Color convert

RGB 131 97 222 -
CMYK 0.41 0.56 0 0.13
HSL 256.32º 0.65% 0.63% -
HSV(B) 256.32º 0.56% 0.87% -
XYZ 26.82 18.65 71.29 -
YUV 121.42 184.76 134.84 -
System Red Green Blue C M Y K H S L
Decimal 131 97 222 0.41 0.56 0 0.13 256.32 0.65 0.63
Hex 83 61 DE 29 38 0 D 100 41 3F
Octal 203 141 336 51 70 0 15 400 101 77
Binary 10000011 1100001 11011110 101001 111000 0 1101 100000000 1000001 111111

Color Harmonies of #8361DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8361DE

Black with #8361DE

Text Example


Text Example

White with #8361DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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