#7E70D1

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

Shades of Moody Blue #7E70D1

Tints of Moody Blue #7E70D1

Color information

#7E70D1 (or 0x7E70D1) is unknown color: approx Moody Blue. HEX triplet: 7E, 70 and D1. RGB value is (126,112,209). Sum of RGB (Red+Green+Blue) = 126+112+209=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 209 (82.03% from 255 or 46.76% from 447); Max value from RGB is 209 - color contains mainly: blue. Hex color #7E70D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E70D1 is #818F2E. Grayscale: #7E7E7E. Windows color (decimal): -8490799 or 13725822. OLE color: 13725822.

HSL color Cylindrical-coordinate representation of color #7E70D1: hue angle of 248.66º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E70D1 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB126112209-
CMYK0.400.4600.18
HSL248.66º51.32%62.94%-
HSV(B)248.66º46.41%81.96%-
XYZ25.9120.6362.94-
YUV127.24174.14127.11-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.19%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 209 (82.03% from 255) = 46.76%
R=28.19%
G=25.06%
B=46.76%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1261122090.400.4600.18248.6651.3262.94
Hex7E70D1282E012f9333f
Octal17616032150560223716377
Binary111111011100001101000110100010111001001011111001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E70D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,112,209); }

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

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

 a { background-color: rgb(126,112,209); }

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

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

 span { border-color: rgb(126,112,209); }

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