#7D79D9

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

Shades of Moody Blue #7D79D9

Tints of Moody Blue #7D79D9

Color information

#7D79D9 (or 0x7D79D9) is unknown color: approx Moody Blue. HEX triplet: 7D, 79 and D9. RGB value is (125,121,217). Sum of RGB (Red+Green+Blue) = 125+121+217=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 217 (85.16% from 255 or 46.87% from 463); Max value from RGB is 217 - color contains mainly: blue. Hex color #7D79D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D79D9 is #828626. Grayscale: #848484. Windows color (decimal): -8554023 or 14252413. OLE color: 14252413.

HSL color Cylindrical-coordinate representation of color #7D79D9: hue angle of 242.5º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D79D9 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB125121217-
CMYK0.420.4400.15
HSL242.5º55.81%66.27%-
HSV(B)242.5º44.24%85.1%-
XYZ27.8223.0468.63-
YUV133.14175.33122.19-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.00%
GREEN value IS 121 (47.66% from 255) = 26.13%
BLUE value IS 217 (85.16% from 255) = 46.87%
R=27.00%
G=26.13%
B=46.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1251212170.420.4400.15242.555.8166.27
Hex7D79D92A2C0Ff23842
Octal175171331525401736270102
Binary111110111110011101100110101010110001111111100101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D79D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,121,217); }

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

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

 a { background-color: rgb(125,121,217); }

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

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

 span { border-color: rgb(125,121,217); }

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