#8378ED

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

Shades of Medium Slate Blue #8378ED

Tints of Medium Slate Blue #8378ED

Color information

#8378ED (or 0x8378ED) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 78 and ED. RGB value is (131,120,237). Sum of RGB (Red+Green+Blue) = 131+120+237=488 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.84% from 488); Green value is 120 (47.27% from 255 or 24.59% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #8378ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8378ED is #7C8712. Grayscale: #888888. Windows color (decimal): -8161043 or 15562883. OLE color: 15562883.

HSL color Cylindrical-coordinate representation of color #8378ED: hue angle of 245.64º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8378ED is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB131120237-
CMYK0.450.4900.07
HSL245.64º76.47%70%-
HSV(B)245.64º49.37%92.94%-
XYZ31.3624.3783.17-
YUV136.63184.64123.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.84%
GREEN value IS 120 (47.27% from 255) = 24.59%
BLUE value IS 237 (92.97% from 255) = 48.57%
R=26.84%
G=24.59%
B=48.57%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1311202370.450.4900.07245.6476.4770
Hex8378ED2D3107f64c46
Octal203170355556107366114106
Binary1000001111110001110110110110111000101111111011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8378ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8378ED; }

 p { color: rgb(131,120,237); }

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

<style>
 a { background-color: #8378ED; }

 a { background-color: rgb(131,120,237); }

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

<style>
 span { border-color: #8378ED; }

 span { border-color: rgb(131,120,237); }

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