#7980FC

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

Shades of Light Slate Blue #7980FC

Tints of Light Slate Blue #7980FC

Color information

#7980FC (or 0x7980FC) is unknown color: approx Light Slate Blue. HEX triplet: 79, 80 and FC. RGB value is (121,128,252). Sum of RGB (Red+Green+Blue) = 121+128+252=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 252 (98.83% from 255 or 50.30% from 501); Max value from RGB is 252 - color contains mainly: blue. Hex color #7980FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7980FC is #867F03. Grayscale: #8B8B8B. Windows color (decimal): -8814340 or 16547961. OLE color: 16547961.

HSL color Cylindrical-coordinate representation of color #7980FC: hue angle of 236.79º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7980FC is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB121128252-
CMYK0.520.4900.01
HSL236.79º95.62%73.14%-
HSV(B)236.79º51.98%98.82%-
XYZ33.1826.5395.47-
YUV140.04191.18114.42-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.15%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 252 (98.83% from 255) = 50.30%
R=24.15%
G=25.55%
B=50.30%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211282520.520.4900.01236.7995.6273.14
Hex7980FC343101ed6049
Octal171200374646101355140111
Binary11110011000000011111100110100110001011110110111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7980FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7980FC; }

 p { color: rgb(121,128,252); }

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

<style>
 a { background-color: #7980FC; }

 a { background-color: rgb(121,128,252); }

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

<style>
 span { border-color: #7980FC; }

 span { border-color: rgb(121,128,252); }

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