#7079FC

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

Shades of Light Slate Blue #7079FC

Tints of Light Slate Blue #7079FC

Color information

#7079FC (or 0x7079FC) is unknown color: approx Light Slate Blue. HEX triplet: 70, 79 and FC. RGB value is (112,121,252). Sum of RGB (Red+Green+Blue) = 112+121+252=485 (64% of max value = 765). Red value is 112 (44.14% from 255 or 23.09% from 485); Green value is 121 (47.66% from 255 or 24.95% 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 #7079FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7079FC is #8F8603. Grayscale: #848484. Windows color (decimal): -9405956 or 16546160. OLE color: 16546160.

HSL color Cylindrical-coordinate representation of color #7079FC: hue angle of 236.14º 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 #7079FC is Cyan = 0.56, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB112121252-
CMYK0.560.5200.01
HSL236.14º95.89%71.37%-
HSV(B)236.14º55.56%98.82%-
XYZ31.0924.1595.12-
YUV133.24195.02112.85-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1121212520.560.5200.01236.1495.8971.37
Hex7079FC383401ec6047
Octal160171374706401354140107
Binary1110000111100111111100111000110100011110110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7079FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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