#7A79DE

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

Shades of Medium Slate Blue #7A79DE

Tints of Medium Slate Blue #7A79DE

Color information

#7A79DE (or 0x7A79DE) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 79 and DE. RGB value is (122,121,222). Sum of RGB (Red+Green+Blue) = 122+121+222=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A79DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A79DE is #858621. Grayscale: #848484. Windows color (decimal): -8750626 or 14580090. OLE color: 14580090.

HSL color Cylindrical-coordinate representation of color #7A79DE: hue angle of 240.59º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A79DE is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB122121222-
CMYK0.450.4500.13
HSL240.59º60.48%67.25%-
HSV(B)240.59º45.5%87.06%-
XYZ28.0523.0972.09-
YUV132.81178.33120.29-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.24%
GREEN value IS 121 (47.66% from 255) = 26.02%
BLUE value IS 222 (87.11% from 255) = 47.74%
R=26.24%
G=26.02%
B=47.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1221212220.450.4500.13240.5960.4867.25
Hex7A79DE2D2D0Df13c43
Octal172171336555501536174103
Binary111101011110011101111010110110110101101111100011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A79DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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