#7E7CC2

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

Shades of Moody Blue #7E7CC2

Tints of Moody Blue #7E7CC2

Color information

#7E7CC2 (or 0x7E7CC2) is unknown color: approx Moody Blue. HEX triplet: 7E, 7C and C2. RGB value is (126,124,194). Sum of RGB (Red+Green+Blue) = 126+124+194=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 194 - color contains mainly: blue. Hex color #7E7CC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7CC2 is #81833D. Grayscale: #848484. Windows color (decimal): -8487742 or 12745854. OLE color: 12745854.

HSL color Cylindrical-coordinate representation of color #7E7CC2: hue angle of 241.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7E7CC2 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB126124194-
CMYK0.350.3600.24
HSL241.71º36.46%62.35%-
HSV(B)241.71º36.08%76.08%-
XYZ25.5522.7554.08-
YUV132.58162.66123.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.38%
GREEN value IS 124 (48.83% from 255) = 27.93%
BLUE value IS 194 (76.17% from 255) = 43.69%
R=28.38%
G=27.93%
B=43.69%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1261241940.350.3600.24241.7136.4662.35
Hex7E7CC22324018f2243e
Octal17617430243440303624476
Binary111111011111001100001010001110010001100011110010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,124,194); }

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

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

 a { background-color: rgb(126,124,194); }

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

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

 span { border-color: rgb(126,124,194); }

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