#7970FC

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

Shades of Light Slate Blue #7970FC

Tints of Light Slate Blue #7970FC

Color information

#7970FC (or 0x7970FC) is unknown color: approx Light Slate Blue. HEX triplet: 79, 70 and FC. RGB value is (121,112,252). Sum of RGB (Red+Green+Blue) = 121+112+252=485 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.95% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #7970FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7970FC is #868F03. Grayscale: #828282. Windows color (decimal): -8818436 or 16543865. OLE color: 16543865.

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

Color convert

RGB121112252-
CMYK0.520.5600.01
HSL243.86º95.89%71.37%-
HSV(B)243.86º55.56%98.82%-
XYZ31.2522.6894.83-
YUV130.65196.48121.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.95%
GREEN value IS 112 (44.14% from 255) = 23.09%
BLUE value IS 252 (98.83% from 255) = 51.96%
R=24.95%
G=23.09%
B=51.96%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1211122520.520.5600.01243.8695.8971.37
Hex7970FC343801f46047
Octal171160374647001364140107
Binary1111001111000011111100110100111000011111010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7970FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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