#8280ED

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

Shades of Light Slate Blue #8280ED

Tints of Light Slate Blue #8280ED

Color information

#8280ED (or 0x8280ED) is unknown color: approx Light Slate Blue. HEX triplet: 82, 80 and ED. RGB value is (130,128,237). Sum of RGB (Red+Green+Blue) = 130+128+237=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #8280ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8280ED is #7D7F12. Grayscale: #8C8C8C. Windows color (decimal): -8224531 or 15564930. OLE color: 15564930.

HSL color Cylindrical-coordinate representation of color #8280ED: hue angle of 241.1º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8280ED is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130128237-
CMYK0.450.4600.07
HSL241.1º75.17%71.57%-
HSV(B)241.1º45.99%92.94%-
XYZ32.2126.383.5-
YUV141.02182.16120.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.26%
GREEN value IS 128 (50.39% from 255) = 25.86%
BLUE value IS 237 (92.97% from 255) = 47.88%
R=26.26%
G=25.86%
B=47.88%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1301282370.450.4600.07241.175.1771.57
Hex8280ED2D2E07f14b48
Octal202200355555607361113110
Binary10000010100000001110110110110110111001111111000110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8280ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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