#8472EB

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

Shades of Medium Slate Blue #8472EB

Tints of Medium Slate Blue #8472EB

Color information

#8472EB (or 0x8472EB) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 72 and EB. RGB value is (132,114,235). Sum of RGB (Red+Green+Blue) = 132+114+235=481 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.44% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #8472EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8472EB is #7B8D14. Grayscale: #848484. Windows color (decimal): -8097045 or 15430276. OLE color: 15430276.

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

Color convert

RGB132114235-
CMYK0.440.5100.08
HSL248.93º75.16%68.43%-
HSV(B)248.93º51.49%92.16%-
XYZ30.5322.9481.42-
YUV133.18185.46127.16-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.44%
GREEN value IS 114 (44.92% from 255) = 23.70%
BLUE value IS 235 (92.19% from 255) = 48.86%
R=27.44%
G=23.70%
B=48.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1321142350.440.5100.08248.9375.1668.43
Hex8472EB2C3308f94b44
Octal2041623535463010371113104
Binary10000100111001011101011101100110011010001111100110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8472EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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