#7F79BD

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

Shades of Moody Blue #7F79BD

Tints of Moody Blue #7F79BD

Color information

#7F79BD (or 0x7F79BD) is unknown color: approx Moody Blue. HEX triplet: 7F, 79 and BD. RGB value is (127,121,189). Sum of RGB (Red+Green+Blue) = 127+121+189=437 (57% of max value = 765). Red value is 127 (50% from 255 or 29.06% from 437); Green value is 121 (47.66% from 255 or 27.69% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F79BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F79BD is #808642. Grayscale: #828282. Windows color (decimal): -8422979 or 12417407. OLE color: 12417407.

HSL color Cylindrical-coordinate representation of color #7F79BD: hue angle of 245.29º 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 #7F79BD is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB127121189-
CMYK0.330.3600.26
HSL245.29º34%60.78%-
HSV(B)245.29º35.98%74.12%-
XYZ24.7821.8651.06-
YUV130.55160.99125.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.06%
GREEN value IS 121 (47.66% from 255) = 27.69%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=29.06%
G=27.69%
B=43.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271211890.330.3600.26245.293460.78
Hex7F79BD212401Af5223d
Octal17717127541440323654275
Binary111111111110011011110110000110010001101011110101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F79BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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