#8080FF

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

Shades of Light Slate Blue #8080FF

Tints of Light Slate Blue #8080FF

Color information

#8080FF (or 0x8080FF) is unknown color: approx Light Slate Blue. HEX triplet: 80, 80 and FF. RGB value is (128,128,255). Sum of RGB (Red+Green+Blue) = 128+128+255=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 128 (50.39% from 255 or 25.05% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #8080FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8080FF is #7F7F00. Grayscale: #8D8D8D. Windows color (decimal): -8355585 or 16744576. OLE color: 16744576.

HSL color Cylindrical-coordinate representation of color #8080FF: hue angle of 240º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8080FF is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128128255-
CMYK0.500.5000
HSL240º100%75.1%-
HSV(B)240º49.8%100%-
XYZ34.6727.2598.04-
YUV142.48191.5117.67-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.05%
GREEN value IS 128 (50.39% from 255) = 25.05%
BLUE value IS 255 (100% from 255) = 49.90%
R=25.05%
G=25.05%
B=49.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281282550.500.500024010075.1
Hex8080FF323200f0644b
Octal200200377626200360144113
Binary100000001000000011111111110010110010001111000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8080FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8080FF; }

 p { color: rgb(128,128,255); }

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

<style>
 a { background-color: #8080FF; }

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

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

<style>
 span { border-color: #8080FF; }

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

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