#7D79BB

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

Shades of Moody Blue #7D79BB

Tints of Moody Blue #7D79BB

Color information

#7D79BB (or 0x7D79BB) is unknown color: approx Moody Blue. HEX triplet: 7D, 79 and BB. RGB value is (125,121,187). Sum of RGB (Red+Green+Blue) = 125+121+187=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 121 (47.66% from 255 or 27.94% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D79BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D79BB is #828644. Grayscale: #818181. Windows color (decimal): -8554053 or 12286333. OLE color: 12286333.

HSL color Cylindrical-coordinate representation of color #7D79BB: hue angle of 243.64º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D79BB is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB125121187-
CMYK0.330.3500.27
HSL243.64º32.67%60.39%-
HSV(B)243.64º35.29%73.33%-
XYZ24.2621.6249.91-
YUV129.72160.33124.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.87%
GREEN value IS 121 (47.66% from 255) = 27.94%
BLUE value IS 187 (73.44% from 255) = 43.19%
R=28.87%
G=27.94%
B=43.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251211870.330.3500.27243.6432.6760.39
Hex7D79BB212301Bf4213c
Octal17517127341430333644174
Binary111110111110011011101110000110001101101111110100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D79BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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