#7A79CF

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

Shades of Moody Blue #7A79CF

Tints of Moody Blue #7A79CF

Color information

#7A79CF (or 0x7A79CF) is unknown color: approx Moody Blue. HEX triplet: 7A, 79 and CF. RGB value is (122,121,207). Sum of RGB (Red+Green+Blue) = 122+121+207=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #7A79CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A79CF is #858630. Grayscale: #828282. Windows color (decimal): -8750641 or 13597050. OLE color: 13597050.

HSL color Cylindrical-coordinate representation of color #7A79CF: hue angle of 240.7º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A79CF is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122121207-
CMYK0.410.4200.19
HSL240.7º47.25%64.31%-
HSV(B)240.7º41.55%81.18%-
XYZ26.1322.3261.96-
YUV131.1170.83121.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.11%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 207 (81.25% from 255) = 46%
R=27.11%
G=26.89%
B=46%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221212070.410.4200.19240.747.2564.31
Hex7A79CF292A013f12f40
Octal172171317515202336157100
Binary1111010111100111001111101001101010010011111100011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A79CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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