#8476E8

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

Shades of Medium Slate Blue #8476E8

Tints of Medium Slate Blue #8476E8

Color information

#8476E8 (or 0x8476E8) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 76 and E8. RGB value is (132,118,232). Sum of RGB (Red+Green+Blue) = 132+118+232=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #8476E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8476E8 is #7B8917. Grayscale: #868686. Windows color (decimal): -8096024 or 15234692. OLE color: 15234692.

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

Color convert

RGB132118232-
CMYK0.430.4900.09
HSL247.37º71.25%68.63%-
HSV(B)247.37º49.14%90.98%-
XYZ30.5623.6979.31-
YUV135.18182.64125.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 118 (46.48% from 255) = 24.48%
BLUE value IS 232 (91.02% from 255) = 48.13%
R=27.39%
G=24.48%
B=48.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1321182320.430.4900.09247.3771.2568.63
Hex8476E82B3109f74745
Octal2041663505361011367107105
Binary10000100111011011101000101011110001010011111011110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8476E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,118,232); }

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

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

 a { background-color: rgb(132,118,232); }

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

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

 span { border-color: rgb(132,118,232); }

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