#7979FE

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

Shades of Light Slate Blue #7979FE

Tints of Light Slate Blue #7979FE

Color information

#7979FE (or 0x7979FE) is unknown color: approx Light Slate Blue. HEX triplet: 79, 79 and FE. RGB value is (121,121,254). Sum of RGB (Red+Green+Blue) = 121+121+254=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #7979FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7979FE is #868601. Grayscale: #878787. Windows color (decimal): -8816130 or 16677241. OLE color: 16677241.

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

Color convert

RGB121121254-
CMYK0.520.5200.00
HSL240º98.52%73.53%-
HSV(B)240º52.36%99.61%-
XYZ32.6124.996.85-
YUV136.16194.5117.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.40%
GREEN value IS 121 (47.66% from 255) = 24.40%
BLUE value IS 254 (99.61% from 255) = 51.21%
R=24.40%
G=24.40%
B=51.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1211212540.520.5200.0024098.5273.53
Hex7979FE343400f0634a
Octal171171376646400360143112
Binary1111001111100111111110110100110100001111000011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7979FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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