Html Css Color HEX #8370DD Medium Slate Blue

📋 copy color: '#8370DD'

red 131 ◦ green 112 ◦ blue 221

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

Shades of Medium Slate Blue #8370DD

Tints of Medium Slate Blue #8370DD

RGB

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

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

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

R = 28.23%
G = 24.14%
B = 47.63%

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

#8370DD (or 0x8370DD) is known color: Medium Slate Blue. HEX triplet: 83, 70 and DD. RGB value is (131,112,221). Sum of RGB (Red+Green+Blue) = 131+112+221=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #8370DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8370DD is #7C8F22. Grayscale: #818181. Windows color (decimal): -8163107 or 14512259. OLE color: 14512259.

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

Color convert

RGB 131 112 221 -
CMYK 0.41 0.49 0 0.13
HSL 250.46º 0.62% 0.65% -
HSV(B) 250.46º 0.49% 0.87% -
XYZ 28.21 21.63 71.1 -
YUV 130.11 179.29 128.64 -
System Red Green Blue C M Y K H S L
Decimal 131 112 221 0.41 0.49 0 0.13 250.46 0.62 0.65
Hex 83 70 DD 29 31 0 D FA 3E 41
Octal 203 160 335 51 61 0 15 372 76 101
Binary 10000011 1110000 11011101 101001 110001 0 1101 11111010 111110 1000001

Color Harmonies of #8370DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8370DD

Black with #8370DD

Text Example


Text Example

White with #8370DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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