#7976FC

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

Shades of Light Slate Blue #7976FC

Tints of Light Slate Blue #7976FC

Color information

#7976FC (or 0x7976FC) is unknown color: approx Light Slate Blue. HEX triplet: 79, 76 and FC. RGB value is (121,118,252). Sum of RGB (Red+Green+Blue) = 121+118+252=491 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.64% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 252 (98.83% from 255 or 51.32% from 491); Max value from RGB is 252 - color contains mainly: blue. Hex color #7976FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7976FC is #868903. Grayscale: #858585. Windows color (decimal): -8816900 or 16545401. OLE color: 16545401.

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

Color convert

RGB121118252-
CMYK0.520.5300.01
HSL241.34º95.71%72.55%-
HSV(B)241.34º53.17%98.82%-
XYZ31.9324.0595.05-
YUV134.17194.49118.6-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.64%
GREEN value IS 118 (46.48% from 255) = 24.03%
BLUE value IS 252 (98.83% from 255) = 51.32%
R=24.64%
G=24.03%
B=51.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211182520.520.5300.01241.3495.7172.55
Hex7976FC343501f16049
Octal171166374646501361140111
Binary1111001111011011111100110100110101011111000111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7976FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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