#8451EB

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

Shades of Medium Slate Blue #8451EB

Tints of Medium Slate Blue #8451EB

Color information

#8451EB (or 0x8451EB) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 51 and EB. RGB value is (132,81,235). Sum of RGB (Red+Green+Blue) = 132+81+235=448 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.46% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #8451EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8451EB is #7BAE14. Grayscale: #717171. Windows color (decimal): -8105493 or 15421828. OLE color: 15421828.

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

Color convert

RGB13281235-
CMYK0.440.6600.08
HSL259.87º79.38%61.96%-
HSV(B)259.87º65.53%92.16%-
XYZ27.4516.7980.39-
YUV113.8196.4140.98-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 29.46%
GREEN value IS 81 (32.03% from 255) = 18.08%
BLUE value IS 235 (92.19% from 255) = 52.46%
R=29.46%
G=18.08%
B=52.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal132812350.440.6600.08259.8779.3861.96
Hex8451EB2C42081044f3e
Octal2041213535410201040411776
Binary100001001010001111010111011001000010010001000001001001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8451EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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