#8482E5

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

Shades of Medium Slate Blue #8482E5

Tints of Medium Slate Blue #8482E5

Color information

#8482E5 (or 0x8482E5) is unknown color: approx Medium Slate Blue. HEX triplet: 84, 82 and E5. RGB value is (132,130,229). Sum of RGB (Red+Green+Blue) = 132+130+229=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #8482E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8482E5 is #7B7D1A. Grayscale: #8D8D8D. Windows color (decimal): -8092955 or 15041156. OLE color: 15041156.

HSL color Cylindrical-coordinate representation of color #8482E5: hue angle of 241.21º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8482E5 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB132130229-
CMYK0.420.4300.10
HSL241.21º65.56%70.39%-
HSV(B)241.21º43.23%89.8%-
XYZ31.6426.5377.58-
YUV141.88177.16120.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.88%
GREEN value IS 130 (51.17% from 255) = 26.48%
BLUE value IS 229 (89.84% from 255) = 46.64%
R=26.88%
G=26.48%
B=46.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1321302290.420.4300.10241.2165.5670.39
Hex8482E52A2B0Af14246
Octal2042023455253012361102106
Binary100001001000001011100101101010101011010101111000110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8482E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8482E5; }

 p { color: rgb(132,130,229); }

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

<style>
 a { background-color: #8482E5; }

 a { background-color: rgb(132,130,229); }

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

<style>
 span { border-color: #8482E5; }

 span { border-color: rgb(132,130,229); }

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