#7A79BD

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

Shades of Moody Blue #7A79BD

Tints of Moody Blue #7A79BD

Color information

#7A79BD (or 0x7A79BD) is unknown color: approx Moody Blue. HEX triplet: 7A, 79 and BD. RGB value is (122,121,189). Sum of RGB (Red+Green+Blue) = 122+121+189=432 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.24% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 189 - color contains mainly: blue. Hex color #7A79BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A79BD is #858642. Grayscale: #808080. Windows color (decimal): -8750659 or 12417402. OLE color: 12417402.

HSL color Cylindrical-coordinate representation of color #7A79BD: hue angle of 240.88º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A79BD is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB122121189-
CMYK0.350.3600.26
HSL240.88º34%60.78%-
HSV(B)240.88º35.98%74.12%-
XYZ24.0521.4951.02-
YUV129.05161.83122.97-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.24%
GREEN value IS 121 (47.66% from 255) = 28.01%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=28.24%
G=28.01%
B=43.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221211890.350.3600.26240.883460.78
Hex7A79BD232401Af1223d
Octal17217127543440323614275
Binary111101011110011011110110001110010001101011110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A79BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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