#7A7DDC

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

Shades of Moody Blue #7A7DDC

Tints of Moody Blue #7A7DDC

Color information

#7A7DDC (or 0x7A7DDC) is unknown color: approx Moody Blue. HEX triplet: 7A, 7D and DC. RGB value is (122,125,220). Sum of RGB (Red+Green+Blue) = 122+125+220=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #7A7DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7DDC is #858223. Grayscale: #868686. Windows color (decimal): -8749604 or 14450042. OLE color: 14450042.

HSL color Cylindrical-coordinate representation of color #7A7DDC: hue angle of 238.16º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A7DDC is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB122125220-
CMYK0.450.4300.14
HSL238.16º58.33%67.06%-
HSV(B)238.16º44.55%86.27%-
XYZ28.2823.9770.85-
YUV134.93176.01118.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.12%
GREEN value IS 125 (49.22% from 255) = 26.77%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=26.12%
G=26.77%
B=47.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1221252200.450.4300.14238.1658.3367.06
Hex7A7DDC2D2B0Eee3a43
Octal172175334555301635672103
Binary111101011111011101110010110110101101110111011101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,125,220); }

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

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

 a { background-color: rgb(122,125,220); }

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

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

 span { border-color: rgb(122,125,220); }

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