#8478E5

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

Shades of Medium Slate Blue #8478E5

Tints of Medium Slate Blue #8478E5

Color information

#8478E5 (or 0x8478E5) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 78 and E5. RGB value is (132,120,229). Sum of RGB (Red+Green+Blue) = 132+120+229=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #8478E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8478E5 is #7B871A. Grayscale: #878787. Windows color (decimal): -8095515 or 15038596. OLE color: 15038596.

HSL color Cylindrical-coordinate representation of color #8478E5: hue angle of 246.61º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8478E5 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB132120229-
CMYK0.420.4800.10
HSL246.61º67.7%68.43%-
HSV(B)246.61º47.6%89.8%-
XYZ30.382477.16-
YUV136.01180.48125.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.44%
GREEN value IS 120 (47.27% from 255) = 24.95%
BLUE value IS 229 (89.84% from 255) = 47.61%
R=27.44%
G=24.95%
B=47.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1321202290.420.4800.10246.6167.768.43
Hex8478E52A300Af74444
Octal2041703455260012367104104
Binary10000100111100011100101101010110000010101111011110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8478E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8478E5; }

 p { color: rgb(132,120,229); }

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

<style>
 a { background-color: #8478E5; }

 a { background-color: rgb(132,120,229); }

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

<style>
 span { border-color: #8478E5; }

 span { border-color: rgb(132,120,229); }

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