#7980FF

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

Shades of Light Slate Blue #7980FF

Tints of Light Slate Blue #7980FF

Color information

#7980FF (or 0x7980FF) is unknown color: approx Light Slate Blue. HEX triplet: 79, 80 and FF. RGB value is (121,128,255). Sum of RGB (Red+Green+Blue) = 121+128+255=504 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.01% from 504); Green value is 128 (50.39% from 255 or 25.40% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #7980FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7980FF is #867F00. Grayscale: #8B8B8B. Windows color (decimal): -8814337 or 16744569. OLE color: 16744569.

HSL color Cylindrical-coordinate representation of color #7980FF: hue angle of 236.87º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7980FF is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB121128255-
CMYK0.530.5000
HSL236.87º100%73.73%-
HSV(B)236.87º52.55%100%-
XYZ33.6526.7297.99-
YUV140.38192.68114.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.01%
GREEN value IS 128 (50.39% from 255) = 25.40%
BLUE value IS 255 (100% from 255) = 50.60%
R=24.01%
G=25.40%
B=50.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1211282550.530.5000236.8710073.73
Hex7980FF353200ed644a
Octal171200377656200355144112
Binary11110011000000011111111110101110010001110110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7980FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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