#7977FE

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

Shades of Light Slate Blue #7977FE

Tints of Light Slate Blue #7977FE

Color information

#7977FE (or 0x7977FE) is unknown color: approx Light Slate Blue. HEX triplet: 79, 77 and FE. RGB value is (121,119,254). Sum of RGB (Red+Green+Blue) = 121+119+254=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #7977FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7977FE is #868801. Grayscale: #868686. Windows color (decimal): -8816642 or 16676729. OLE color: 16676729.

HSL color Cylindrical-coordinate representation of color #7977FE: hue angle of 240.89º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7977FE is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB121119254-
CMYK0.520.5300.00
HSL240.89º98.54%73.14%-
HSV(B)240.89º53.15%99.61%-
XYZ32.3724.4196.77-
YUV134.99195.16118.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.49%
GREEN value IS 119 (46.88% from 255) = 24.09%
BLUE value IS 254 (99.61% from 255) = 51.42%
R=24.49%
G=24.09%
B=51.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1211192540.520.5300.00240.8998.5473.14
Hex7977FE343500f16349
Octal171167376646500361143111
Binary1111001111011111111110110100110101001111000111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7977FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7977FE; }

 p { color: rgb(121,119,254); }

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

<style>
 a { background-color: #7977FE; }

 a { background-color: rgb(121,119,254); }

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

<style>
 span { border-color: #7977FE; }

 span { border-color: rgb(121,119,254); }

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