#8476EB

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

Shades of Medium Slate Blue #8476EB

Tints of Medium Slate Blue #8476EB

Color information

#8476EB (or 0x8476EB) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 76 and EB. RGB value is (132,118,235). Sum of RGB (Red+Green+Blue) = 132+118+235=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #8476EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8476EB is #7B8914. Grayscale: #878787. Windows color (decimal): -8096021 or 15431300. OLE color: 15431300.

HSL color Cylindrical-coordinate representation of color #8476EB: hue angle of 247.18º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8476EB is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB132118235-
CMYK0.440.5000.08
HSL247.18º74.52%69.22%-
HSV(B)247.18º49.79%92.16%-
XYZ30.9923.8681.57-
YUV135.52184.14125.49-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.22%
GREEN value IS 118 (46.48% from 255) = 24.33%
BLUE value IS 235 (92.19% from 255) = 48.45%
R=27.22%
G=24.33%
B=48.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321182350.440.5000.08247.1874.5269.22
Hex8476EB2C3208f74b45
Octal2041663535462010367113105
Binary10000100111011011101011101100110010010001111011110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8476EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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