#7D7ADE

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

Shades of Moody Blue #7D7ADE

Tints of Moody Blue #7D7ADE

Color information

#7D7ADE (or 0x7D7ADE) is unknown color: approx Moody Blue. HEX triplet: 7D, 7A and DE. RGB value is (125,122,222). Sum of RGB (Red+Green+Blue) = 125+122+222=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D7ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7ADE is #828521. Grayscale: #858585. Windows color (decimal): -8553762 or 14580349. OLE color: 14580349.

HSL color Cylindrical-coordinate representation of color #7D7ADE: hue angle of 241.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D7ADE is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125122222-
CMYK0.440.4500.13
HSL241.8º60.24%67.45%-
HSV(B)241.8º45.05%87.06%-
XYZ28.623.5572.15-
YUV134.3177.49121.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.65%
GREEN value IS 122 (48.05% from 255) = 26.01%
BLUE value IS 222 (87.11% from 255) = 47.33%
R=26.65%
G=26.01%
B=47.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251222220.440.4500.13241.860.2467.45
Hex7D7ADE2C2D0Df23c43
Octal175172336545501536274103
Binary111110111110101101111010110010110101101111100101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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