#8780EC

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

Shades of Light Slate Blue #8780EC

Tints of Light Slate Blue #8780EC

Color information

#8780EC (or 0x8780EC) is unknown color: approx Light Slate Blue. HEX triplet: 87, 80 and EC. RGB value is (135,128,236). Sum of RGB (Red+Green+Blue) = 135+128+236=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #8780EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8780EC is #787F13. Grayscale: #8D8D8D. Windows color (decimal): -7896852 or 15499399. OLE color: 15499399.

HSL color Cylindrical-coordinate representation of color #8780EC: hue angle of 243.89º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8780EC is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB135128236-
CMYK0.430.4600.07
HSL243.89º73.97%71.37%-
HSV(B)243.89º45.76%92.55%-
XYZ32.8526.6582.77-
YUV142.4180.82122.72-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.05%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 236 (92.58% from 255) = 47.29%
R=27.05%
G=25.65%
B=47.29%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1351282360.430.4600.07243.8973.9771.37
Hex8780EC2B2E07f44a47
Octal207200354535607364112107
Binary10000111100000001110110010101110111001111111010010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8780EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8780EC; }

 p { color: rgb(135,128,236); }

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

<style>
 a { background-color: #8780EC; }

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

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

<style>
 span { border-color: #8780EC; }

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

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