#7E70CD

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

Shades of Moody Blue #7E70CD

Tints of Moody Blue #7E70CD

Color information

#7E70CD (or 0x7E70CD) is unknown color: approx Moody Blue. HEX triplet: 7E, 70 and CD. RGB value is (126,112,205). Sum of RGB (Red+Green+Blue) = 126+112+205=443 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.44% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E70CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E70CD is #818F32. Grayscale: #7E7E7E. Windows color (decimal): -8490803 or 13463678. OLE color: 13463678.

HSL color Cylindrical-coordinate representation of color #7E70CD: hue angle of 249.03º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E70CD is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB126112205-
CMYK0.390.4500.20
HSL249.03º48.19%62.16%-
HSV(B)249.03º45.37%80.39%-
XYZ25.4220.4360.36-
YUV126.79172.14127.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.44%
GREEN value IS 112 (44.14% from 255) = 25.28%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=28.44%
G=25.28%
B=46.28%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261122050.390.4500.20249.0348.1962.16
Hex7E70CD272D014f9303e
Octal17616031547550243716076
Binary111111011100001100110110011110110101010011111001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E70CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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