#7D70D9

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

Shades of Moody Blue #7D70D9

Tints of Moody Blue #7D70D9

Color information

#7D70D9 (or 0x7D70D9) is unknown color: approx Moody Blue. HEX triplet: 7D, 70 and D9. RGB value is (125,112,217). Sum of RGB (Red+Green+Blue) = 125+112+217=454 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.53% from 454); Green value is 112 (44.14% from 255 or 24.67% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 217 - color contains mainly: blue. Hex color #7D70D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D70D9 is #828F26. Grayscale: #7F7F7F. Windows color (decimal): -8556327 or 14250109. OLE color: 14250109.

HSL color Cylindrical-coordinate representation of color #7D70D9: hue angle of 247.43º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D70D9 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB125112217-
CMYK0.420.4800.15
HSL247.43º58.01%64.51%-
HSV(B)247.43º48.39%85.1%-
XYZ26.7820.9668.28-
YUV127.86178.31125.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.53%
GREEN value IS 112 (44.14% from 255) = 24.67%
BLUE value IS 217 (85.16% from 255) = 47.80%
R=27.53%
G=24.67%
B=47.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1251122170.420.4800.15247.4358.0164.51
Hex7D70D92A300Ff73a41
Octal175160331526001736772101
Binary111110111100001101100110101011000001111111101111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D70D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,112,217); }

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

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

 a { background-color: rgb(125,112,217); }

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

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

 span { border-color: rgb(125,112,217); }

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