#8280EE

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

Shades of Light Slate Blue #8280EE

Tints of Light Slate Blue #8280EE

Color information

#8280EE (or 0x8280EE) is unknown color: approx Light Slate Blue. HEX triplet: 82, 80 and EE. RGB value is (130,128,238). Sum of RGB (Red+Green+Blue) = 130+128+238=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 238 (93.36% from 255 or 47.98% from 496); Max value from RGB is 238 - color contains mainly: blue. Hex color #8280EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8280EE is #7D7F11. Grayscale: #8C8C8C. Windows color (decimal): -8224530 or 15630466. OLE color: 15630466.

HSL color Cylindrical-coordinate representation of color #8280EE: hue angle of 241.09º degrees, saturation: 0.76, 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 #8280EE is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB130128238-
CMYK0.450.4600.07
HSL241.09º76.39%71.76%-
HSV(B)241.09º46.22%93.33%-
XYZ32.3626.3684.27-
YUV141.14182.66120.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.21%
GREEN value IS 128 (50.39% from 255) = 25.81%
BLUE value IS 238 (93.36% from 255) = 47.98%
R=26.21%
G=25.81%
B=47.98%

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
Decimal1301282380.450.4600.07241.0976.3971.76
Hex8280EE2D2E07f14c48
Octal202200356555607361114110
Binary10000010100000001110111010110110111001111111000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8280EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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