#8180ED

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

Shades of Light Slate Blue #8180ED

Tints of Light Slate Blue #8180ED

Color information

#8180ED (or 0x8180ED) is unknown color: approx Light Slate Blue. HEX triplet: 81, 80 and ED. RGB value is (129,128,237). Sum of RGB (Red+Green+Blue) = 129+128+237=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #8180ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8180ED is #7E7F12. Grayscale: #8C8C8C. Windows color (decimal): -8290067 or 15564929. OLE color: 15564929.

HSL color Cylindrical-coordinate representation of color #8180ED: hue angle of 240.55º 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 #8180ED is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB129128237-
CMYK0.460.4600.07
HSL240.55º75.17%71.57%-
HSV(B)240.55º45.99%92.94%-
XYZ32.0626.2283.49-
YUV140.72182.33119.64-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.11%
GREEN value IS 128 (50.39% from 255) = 25.91%
BLUE value IS 237 (92.97% from 255) = 47.98%
R=26.11%
G=25.91%
B=47.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1291282370.460.4600.07240.5575.1771.57
Hex8180ED2E2E07f14b48
Octal201200355565607361113110
Binary10000001100000001110110110111010111001111111000110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8180ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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