#7F79D7

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

Shades of Moody Blue #7F79D7

Tints of Moody Blue #7F79D7

Color information

#7F79D7 (or 0x7F79D7) is unknown color: approx Moody Blue. HEX triplet: 7F, 79 and D7. RGB value is (127,121,215). Sum of RGB (Red+Green+Blue) = 127+121+215=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 121 (47.66% from 255 or 26.13% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #7F79D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F79D7 is #808628. Grayscale: #858585. Windows color (decimal): -8422953 or 14121343. OLE color: 14121343.

HSL color Cylindrical-coordinate representation of color #7F79D7: hue angle of 243.83º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F79D7 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB127121215-
CMYK0.410.4400.16
HSL243.83º54.02%65.88%-
HSV(B)243.83º43.72%84.31%-
XYZ27.8623.0967.28-
YUV133.51173.99123.36-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.43%
GREEN value IS 121 (47.66% from 255) = 26.13%
BLUE value IS 215 (84.38% from 255) = 46.44%
R=27.43%
G=26.13%
B=46.44%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1271212150.410.4400.16243.8354.0265.88
Hex7F79D7292C010f43642
Octal177171327515402036466102
Binary1111111111100111010111101001101100010000111101001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F79D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,121,215); }

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

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

 a { background-color: rgb(127,121,215); }

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

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

 span { border-color: rgb(127,121,215); }

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