#8472ED

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

Shades of Medium Slate Blue #8472ED

Tints of Medium Slate Blue #8472ED

Color information

#8472ED (or 0x8472ED) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 72 and ED. RGB value is (132,114,237). Sum of RGB (Red+Green+Blue) = 132+114+237=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 237 (92.97% from 255 or 49.07% from 483); Max value from RGB is 237 - color contains mainly: blue. Hex color #8472ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8472ED is #7B8D12. Grayscale: #848484. Windows color (decimal): -8097043 or 15561348. OLE color: 15561348.

HSL color Cylindrical-coordinate representation of color #8472ED: hue angle of 248.78º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8472ED is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB132114237-
CMYK0.440.5200.07
HSL248.78º77.36%68.82%-
HSV(B)248.78º51.9%92.94%-
XYZ30.8223.0582.95-
YUV133.4186.46127-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.33%
GREEN value IS 114 (44.92% from 255) = 23.60%
BLUE value IS 237 (92.97% from 255) = 49.07%
R=27.33%
G=23.60%
B=49.07%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1321142370.440.5200.07248.7877.3668.82
Hex8472ED2C3407f94d45
Octal204162355546407371115105
Binary1000010011100101110110110110011010001111111100110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8472ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,114,237); }

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

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

 a { background-color: rgb(132,114,237); }

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

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

 span { border-color: rgb(132,114,237); }

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