#8372E8

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

Shades of Medium Slate Blue #8372E8

Tints of Medium Slate Blue #8372E8

Color information

#8372E8 (or 0x8372E8) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 72 and E8. RGB value is (131,114,232). Sum of RGB (Red+Green+Blue) = 131+114+232=477 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.46% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 232 (91.02% from 255 or 48.64% from 477); Max value from RGB is 232 - color contains mainly: blue. Hex color #8372E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8372E8 is #7C8D17. Grayscale: #848484. Windows color (decimal): -8162584 or 15233667. OLE color: 15233667.

HSL color Cylindrical-coordinate representation of color #8372E8: hue angle of 248.64º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8372E8 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB131114232-
CMYK0.440.5100.09
HSL248.64º71.95%67.84%-
HSV(B)248.64º50.86%90.98%-
XYZ29.9422.6979.14-
YUV132.54184.13126.91-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.46%
GREEN value IS 114 (44.92% from 255) = 23.90%
BLUE value IS 232 (91.02% from 255) = 48.64%
R=27.46%
G=23.90%
B=48.64%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1311142320.440.5100.09248.6471.9567.84
Hex8372E82C3309f94844
Octal2031623505463011371110104
Binary10000011111001011101000101100110011010011111100110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8372E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8372E8; }

 p { color: rgb(131,114,232); }

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

<style>
 a { background-color: #8372E8; }

 a { background-color: rgb(131,114,232); }

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

<style>
 span { border-color: #8372E8; }

 span { border-color: rgb(131,114,232); }

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