#7D7ADC

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

Shades of Moody Blue #7D7ADC

Tints of Moody Blue #7D7ADC

Color information

#7D7ADC (or 0x7D7ADC) is unknown color: approx Moody Blue. HEX triplet: 7D, 7A and DC. RGB value is (125,122,220). Sum of RGB (Red+Green+Blue) = 125+122+220=467 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.77% from 467); Green value is 122 (48.05% from 255 or 26.12% 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 #7D7ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7ADC is #828523. Grayscale: #858585. Windows color (decimal): -8553764 or 14449277. OLE color: 14449277.

HSL color Cylindrical-coordinate representation of color #7D7ADC: hue angle of 241.84º 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 #7D7ADC is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125122220-
CMYK0.430.4500.14
HSL241.84º58.33%67.06%-
HSV(B)241.84º44.55%86.27%-
XYZ28.3423.4570.74-
YUV134.07176.49121.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251222200.430.4500.14241.8458.3367.06
Hex7D7ADC2B2D0Ef23a43
Octal175172334535501636272103
Binary111110111110101101110010101110110101110111100101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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