#8980F0

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

Shades of Light Slate Blue #8980F0

Tints of Light Slate Blue #8980F0

Color information

#8980F0 (or 0x8980F0) is unknown color: approx Light Slate Blue. HEX triplet: 89, 80 and F0. RGB value is (137,128,240). Sum of RGB (Red+Green+Blue) = 137+128+240=505 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.13% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #8980F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8980F0 is #767F0F. Grayscale: #8F8F8F. Windows color (decimal): -7765776 or 15761545. OLE color: 15761545.

HSL color Cylindrical-coordinate representation of color #8980F0: hue angle of 244.82º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8980F0 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB137128240-
CMYK0.430.4700.06
HSL244.82º78.87%72.16%-
HSV(B)244.82º46.67%94.12%-
XYZ33.7627.0585.88-
YUV143.46182.48123.39-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.13%
GREEN value IS 128 (50.39% from 255) = 25.35%
BLUE value IS 240 (94.14% from 255) = 47.52%
R=27.13%
G=25.35%
B=47.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1371282400.430.4700.06244.8278.8772.16
Hex8980F02B2F06f54f48
Octal211200360535706365117110
Binary10001001100000001111000010101110111101101111010110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8980F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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