#8980F7

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

Shades of Light Slate Blue #8980F7

Tints of Light Slate Blue #8980F7

Color information

#8980F7 (or 0x8980F7) is unknown color: approx Light Slate Blue. HEX triplet: 89, 80 and F7. RGB value is (137,128,247). Sum of RGB (Red+Green+Blue) = 137+128+247=512 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.76% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #8980F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8980F7 is #767F08. Grayscale: #8F8F8F. Windows color (decimal): -7765769 or 16220297. OLE color: 16220297.

HSL color Cylindrical-coordinate representation of color #8980F7: hue angle of 244.54º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8980F7 is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB137128247-
CMYK0.450.4800.03
HSL244.54º88.15%73.53%-
HSV(B)244.54º48.18%96.86%-
XYZ34.8227.4791.46-
YUV144.26185.98122.82-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.76%
GREEN value IS 128 (50.39% from 255) = 25%
BLUE value IS 247 (96.88% from 255) = 48.24%
R=26.76%
G=25%
B=48.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1371282470.450.4800.03244.5488.1573.53
Hex8980F72D3003f5584a
Octal211200367556003365130112
Binary1000100110000000111101111011011100000111111010110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8980F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8980F7; }

 p { color: rgb(137,128,247); }

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

<style>
 a { background-color: #8980F7; }

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

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

<style>
 span { border-color: #8980F7; }

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

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