#7E7CDF

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

Shades of Moody Blue #7E7CDF

Tints of Moody Blue #7E7CDF

Color information

#7E7CDF (or 0x7E7CDF) is unknown color: approx Moody Blue. HEX triplet: 7E, 7C and DF. RGB value is (126,124,223). Sum of RGB (Red+Green+Blue) = 126+124+223=473 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.64% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #7E7CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7CDF is #818320. Grayscale: #878787. Windows color (decimal): -8487713 or 14646398. OLE color: 14646398.

HSL color Cylindrical-coordinate representation of color #7E7CDF: hue angle of 241.21º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E7CDF is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126124223-
CMYK0.430.4400.13
HSL241.21º60.74%68.04%-
HSV(B)241.21º44.39%87.45%-
XYZ29.1324.1872.94-
YUV135.88177.16120.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.64%
GREEN value IS 124 (48.83% from 255) = 26.22%
BLUE value IS 223 (87.5% from 255) = 47.15%
R=26.64%
G=26.22%
B=47.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261242230.430.4400.13241.2160.7468.04
Hex7E7CDF2B2C0Df13d44
Octal176174337535401536175104
Binary111111011111001101111110101110110001101111100011111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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