#8280EF

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

Shades of Light Slate Blue #8280EF

Tints of Light Slate Blue #8280EF

Color information

#8280EF (or 0x8280EF) is unknown color: approx Light Slate Blue. HEX triplet: 82, 80 and EF. RGB value is (130,128,239). Sum of RGB (Red+Green+Blue) = 130+128+239=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #8280EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8280EF is #7D7F10. Grayscale: #8C8C8C. Windows color (decimal): -8224529 or 15696002. OLE color: 15696002.

HSL color Cylindrical-coordinate representation of color #8280EF: hue angle of 241.08º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8280EF is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB130128239-
CMYK0.460.4600.06
HSL241.08º77.62%71.96%-
HSV(B)241.08º46.44%93.73%-
XYZ32.5126.4285.05-
YUV141.25183.16119.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.16%
GREEN value IS 128 (50.39% from 255) = 25.75%
BLUE value IS 239 (93.75% from 255) = 48.09%
R=26.16%
G=25.75%
B=48.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1301282390.460.4600.06241.0877.6271.96
Hex8280EF2E2E06f14e48
Octal202200357565606361116110
Binary10000010100000001110111110111010111001101111000110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8280EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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