#7A79E0

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

Shades of Medium Slate Blue #7A79E0

Tints of Medium Slate Blue #7A79E0

Color information

#7A79E0 (or 0x7A79E0) is unknown color: approx Medium Slate Blue. HEX triplet: 7A, 79 and E0. RGB value is (122,121,224). Sum of RGB (Red+Green+Blue) = 122+121+224=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #7A79E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A79E0 is #85861F. Grayscale: #848484. Windows color (decimal): -8750624 or 14711162. OLE color: 14711162.

HSL color Cylindrical-coordinate representation of color #7A79E0: hue angle of 240.58º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A79E0 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB122121224-
CMYK0.460.4600.12
HSL240.58º62.42%67.65%-
HSV(B)240.58º45.98%87.84%-
XYZ28.3223.1973.51-
YUV133.04179.33120.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.12%
GREEN value IS 121 (47.66% from 255) = 25.91%
BLUE value IS 224 (87.89% from 255) = 47.97%
R=26.12%
G=25.91%
B=47.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1221212240.460.4600.12240.5862.4267.65
Hex7A79E02E2E0Cf13e44
Octal172171340565601436176104
Binary111101011110011110000010111010111001100111100011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A79E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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