Html Css Color HEX #8371DE Medium Slate Blue

📋 copy color: '#8371DE'

red 131 ◦ green 113 ◦ blue 222

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

Shades of Medium Slate Blue #8371DE

Tints of Medium Slate Blue #8371DE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.25%

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

R = 28.11%
G = 24.25%
B = 47.64%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8371DE (or 0x8371DE) is known color: Medium Slate Blue. HEX triplet: 83, 71 and DE. RGB value is (131,113,222). Sum of RGB (Red+Green+Blue) = 131+113+222=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #8371DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8371DE is #7C8E21. Grayscale: #828282. Windows color (decimal): -8162850 or 14578051. OLE color: 14578051.

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

Color convert

RGB 131 113 222 -
CMYK 0.41 0.49 0 0.13
HSL 249.91º 0.62% 0.66% -
HSV(B) 249.91º 0.49% 0.87% -
XYZ 28.45 21.91 71.84 -
YUV 130.81 179.46 128.14 -
System Red Green Blue C M Y K H S L
Decimal 131 113 222 0.41 0.49 0 0.13 249.91 0.62 0.66
Hex 83 71 DE 29 31 0 D FA 3E 42
Octal 203 161 336 51 61 0 15 372 76 102
Binary 10000011 1110001 11011110 101001 110001 0 1101 11111010 111110 1000010

Color Harmonies of #8371DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8371DE

Black with #8371DE

Text Example


Text Example

White with #8371DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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