Html Css Color HEX #8370DF Medium Slate Blue

📋 copy color: '#8370DF'

red 131 ◦ green 112 ◦ blue 223

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

Shades of Medium Slate Blue #8370DF

Tints of Medium Slate Blue #8370DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.03%

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

R = 28.11%
G = 24.03%
B = 47.85%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8370DF (or 0x8370DF) is known color: Medium Slate Blue. HEX triplet: 83, 70 and DF. RGB value is (131,112,223). Sum of RGB (Red+Green+Blue) = 131+112+223=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #8370DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8370DF is #7C8F20. Grayscale: #818181. Windows color (decimal): -8163105 or 14643331. OLE color: 14643331.

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

Color convert

RGB 131 112 223 -
CMYK 0.41 0.50 0 0.13
HSL 250.27º 0.63% 0.66% -
HSV(B) 250.27º 0.5% 0.87% -
XYZ 28.47 21.74 72.51 -
YUV 130.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 131 112 223 0.41 0.50 0 0.13 250.27 0.63 0.66
Hex 83 70 DF 29 32 0 D FA 3F 42
Octal 203 160 337 51 62 0 15 372 77 102
Binary 10000011 1110000 11011111 101001 110010 0 1101 11111010 111111 1000010

Color Harmonies of #8370DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370DF

Black with #8370DF

Text Example


Text Example

White with #8370DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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