#8880EF

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

Shades of Light Slate Blue #8880EF

Tints of Light Slate Blue #8880EF

Color information

#8880EF (or 0x8880EF) is unknown color: approx Light Slate Blue. HEX triplet: 88, 80 and EF. RGB value is (136,128,239). Sum of RGB (Red+Green+Blue) = 136+128+239=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 128 (50.39% from 255 or 25.45% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #8880EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8880EF is #777F10. Grayscale: #8E8E8E. Windows color (decimal): -7831313 or 15696008. OLE color: 15696008.

HSL color Cylindrical-coordinate representation of color #8880EF: hue angle of 244.32º 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 #8880EF is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB136128239-
CMYK0.430.4600.06
HSL244.32º77.62%71.96%-
HSV(B)244.32º46.44%93.73%-
XYZ33.4526.985.09-
YUV143.05182.15122.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.04%
GREEN value IS 128 (50.39% from 255) = 25.45%
BLUE value IS 239 (93.75% from 255) = 47.51%
R=27.04%
G=25.45%
B=47.51%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1361282390.430.4600.06244.3277.6271.96
Hex8880EF2B2E06f44e48
Octal210200357535606364116110
Binary10001000100000001110111110101110111001101111010010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8880EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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