#7976FF

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

Shades of Light Slate Blue #7976FF

Tints of Light Slate Blue #7976FF

Color information

#7976FF (or 0x7976FF) is unknown color: approx Light Slate Blue. HEX triplet: 79, 76 and FF. RGB value is (121,118,255). Sum of RGB (Red+Green+Blue) = 121+118+255=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #7976FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7976FF is #868900. Grayscale: #858585. Windows color (decimal): -8816897 or 16742009. OLE color: 16742009.

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

Color convert

RGB121118255-
CMYK0.530.5400
HSL241.31º100%73.14%-
HSV(B)241.31º53.73%100%-
XYZ32.4124.2497.58-
YUV134.51195.99118.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.49%
GREEN value IS 118 (46.48% from 255) = 23.89%
BLUE value IS 255 (100% from 255) = 51.62%
R=24.49%
G=23.89%
B=51.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1211182550.530.5400241.3110073.14
Hex7976FF353600f16449
Octal171166377656600361144111
Binary1111001111011011111111110101110110001111000111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7976FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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