#8280EB

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

Shades of Medium Slate Blue #8280EB

Tints of Medium Slate Blue #8280EB

Color information

#8280EB (or 0x8280EB) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 80 and EB. RGB value is (130,128,235). Sum of RGB (Red+Green+Blue) = 130+128+235=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #8280EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8280EB is #7D7F14. Grayscale: #8C8C8C. Windows color (decimal): -8224533 or 15433858. OLE color: 15433858.

HSL color Cylindrical-coordinate representation of color #8280EB: hue angle of 241.12º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8280EB is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB130128235-
CMYK0.450.4600.08
HSL241.12º72.79%71.18%-
HSV(B)241.12º45.53%92.16%-
XYZ31.9226.1881.97-
YUV140.8181.16120.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.37%
GREEN value IS 128 (50.39% from 255) = 25.96%
BLUE value IS 235 (92.19% from 255) = 47.67%
R=26.37%
G=25.96%
B=47.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301282350.450.4600.08241.1272.7971.18
Hex8280EB2D2E08f14947
Octal2022003535556010361111107
Binary100000101000000011101011101101101110010001111000110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8280EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,128,235); }

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

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

 a { background-color: rgb(130,128,235); }

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

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

 span { border-color: rgb(130,128,235); }

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