#8373dd

Color #8373DD Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8373DD

Tints of Medium Slate Blue #8373DD

Color information

#8373DD (or 0x8373DD) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 73 and DD. RGB value is (131,115,221). Sum of RGB (Red+Green+Blue) = 131+115+221=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #8373DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8373DD is #7C8C22. Grayscale: #838383. Windows color (decimal): -8162339 or 14513027. OLE color: 14513027.

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

Color convert

RGB131115221-
CMYK0.410.4800.13
HSL249.06º60.92%65.88%-
HSV(B)249.06º47.96%86.67%-
XYZ28.5422.3171.21-
YUV131.87178.3127.38-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.05%
GREEN value IS 115 (45.31% from 255) = 24.63%
BLUE value IS 221 (86.72% from 255) = 47.32%
R=28.05%
G=24.63%
B=47.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311152210.410.4800.13249.0660.9265.88
Hex8373DD29300Df93d42
Octal203163335516001537175102
Binary1000001111100111101110110100111000001101111110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8373dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8373dd; }

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

 H1.HeaderClassName
 {
   color: #8373dd;
 }
 .AnyTagClassName
 {
   color: #8373dd;
 }
</style>
background-color css

<style>
 a { background-color: #8373dd; }

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

 div.DivClassName
 {
   background-color: #8373dd;
 }
 .BgClassName
 {
   background-color: #8373dd;
 }
</style>
border-color css

<style>
 span { border-color: #8373dd; }

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

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