#8280EA

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

Shades of Medium Slate Blue #8280EA

Tints of Medium Slate Blue #8280EA

Color information

#8280EA (or 0x8280EA) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 80 and EA. RGB value is (130,128,234). Sum of RGB (Red+Green+Blue) = 130+128+234=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #8280EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8280EA is #7D7F15. Grayscale: #8C8C8C. Windows color (decimal): -8224534 or 15368322. OLE color: 15368322.

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

Color convert

RGB130128234-
CMYK0.440.4500.08
HSL241.13º71.62%70.98%-
HSV(B)241.13º45.3%91.76%-
XYZ31.7826.1281.21-
YUV140.68180.66120.38-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.42%
GREEN value IS 128 (50.39% from 255) = 26.02%
BLUE value IS 234 (91.80% from 255) = 47.56%
R=26.42%
G=26.02%
B=47.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1301282340.440.4500.08241.1371.6270.98
Hex8280EA2C2D08f14847
Octal2022003525455010361110107
Binary100000101000000011101010101100101101010001111000110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8280EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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