#8379E7

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

Shades of Medium Slate Blue #8379E7

Tints of Medium Slate Blue #8379E7

Color information

#8379E7 (or 0x8379E7) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 79 and E7. RGB value is (131,121,231). Sum of RGB (Red+Green+Blue) = 131+121+231=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 231 - color contains mainly: blue. Hex color #8379E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8379E7 is #7C8618. Grayscale: #888888. Windows color (decimal): -8160793 or 15169923. OLE color: 15169923.

HSL color Cylindrical-coordinate representation of color #8379E7: hue angle of 245.45º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8379E7 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB131121231-
CMYK0.430.4800.09
HSL245.45º69.62%69.02%-
HSV(B)245.45º47.62%90.59%-
XYZ30.6224.2778.67-
YUV136.53181.31124.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.12%
GREEN value IS 121 (47.66% from 255) = 25.05%
BLUE value IS 231 (90.62% from 255) = 47.83%
R=27.12%
G=25.05%
B=47.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1311212310.430.4800.09245.4569.6269.02
Hex8379E72B3009f54645
Octal2031713475360011365106105
Binary10000011111100111100111101011110000010011111010110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8379E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8379E7; }

 p { color: rgb(131,121,231); }

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

<style>
 a { background-color: #8379E7; }

 a { background-color: rgb(131,121,231); }

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

<style>
 span { border-color: #8379E7; }

 span { border-color: rgb(131,121,231); }

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