#8374DD

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

Shades of Medium Slate Blue #8374DD

Tints of Medium Slate Blue #8374DD

Color information

#8374DD (or 0x8374DD) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 74 and DD. RGB value is (131,116,221). Sum of RGB (Red+Green+Blue) = 131+116+221=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 116 (45.70% from 255 or 24.79% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #8374DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8374DD is #7C8B22. Grayscale: #848484. Windows color (decimal): -8162083 or 14513283. OLE color: 14513283.

HSL color Cylindrical-coordinate representation of color #8374DD: hue angle of 248.57º 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 #8374DD is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131116221-
CMYK0.410.4800.13
HSL248.57º60.69%66.08%-
HSV(B)248.57º47.51%86.67%-
XYZ28.6622.5471.25-
YUV132.45177.97126.96-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.99%
GREEN value IS 116 (45.70% from 255) = 24.79%
BLUE value IS 221 (86.72% from 255) = 47.22%
R=27.99%
G=24.79%
B=47.22%

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
Decimal1311162210.410.4800.13248.5760.6966.08
Hex8374DD29300Df93d42
Octal203164335516001537175102
Binary1000001111101001101110110100111000001101111110011111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8374DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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