#7A79F3

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

Shades of Medium Slate Blue #7A79F3

Tints of Medium Slate Blue #7A79F3

Color information

#7A79F3 (or 0x7A79F3) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 79 and F3. RGB value is (122,121,243). Sum of RGB (Red+Green+Blue) = 122+121+243=486 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.10% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 243 (95.31% from 255 or 50% from 486); Max value from RGB is 243 - color contains mainly: blue. Hex color #7A79F3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A79F3 is #85860C. Grayscale: #868686. Windows color (decimal): -8750605 or 15956346. OLE color: 15956346.

HSL color Cylindrical-coordinate representation of color #7A79F3: hue angle of 240.49º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7A79F3 is Cyan = 0.50, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB122121243-
CMYK0.500.5000.05
HSL240.49º83.56%71.37%-
HSV(B)240.49º50.21%95.29%-
XYZ31.0424.2887.85-
YUV135.21188.83118.58-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.10%
GREEN value IS 121 (47.66% from 255) = 24.90%
BLUE value IS 243 (95.31% from 255) = 50%
R=25.10%
G=24.90%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1221212430.500.5000.05240.4983.5671.37
Hex7A79F3323205f05447
Octal172171363626205360124107
Binary111101011110011111001111001011001001011111000010101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A79F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A79F3; }

 p { color: rgb(122,121,243); }

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

<style>
 a { background-color: #7A79F3; }

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

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

<style>
 span { border-color: #7A79F3; }

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

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