#7e70d3

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

Shades of Moody Blue #7E70D3

Tints of Moody Blue #7E70D3

Color information

#7E70D3 (or 0x7E70D3) is unknown color: approx Moody Blue. HEX triplet: 7E, 70 and D3. RGB value is (126,112,211). Sum of RGB (Red+Green+Blue) = 126+112+211=449 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.06% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 211 - color contains mainly: blue. Hex color #7E70D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E70D3 is #818F2C. Grayscale: #7F7F7F. Windows color (decimal): -8490797 or 13856894. OLE color: 13856894.

HSL color Cylindrical-coordinate representation of color #7E70D3: hue angle of 248.48º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E70D3 is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB126112211-
CMYK0.400.4700.17
HSL248.48º52.94%63.33%-
HSV(B)248.48º46.92%82.75%-
XYZ26.1620.7364.25-
YUV127.47175.14126.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.06%
GREEN value IS 112 (44.14% from 255) = 24.94%
BLUE value IS 211 (82.81% from 255) = 46.99%
R=28.06%
G=24.94%
B=46.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1261122110.400.4700.17248.4852.9463.33
Hex7E70D3282F011f8353f
Octal17616032350570213706577
Binary111111011100001101001110100010111101000111111000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e70d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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