#7E7DCD

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

Shades of Moody Blue #7E7DCD

Tints of Moody Blue #7E7DCD

Color information

#7E7DCD (or 0x7E7DCD) is unknown color: approx Moody Blue. HEX triplet: 7E, 7D and CD. RGB value is (126,125,205). Sum of RGB (Red+Green+Blue) = 126+125+205=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E7DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7DCD is #818232. Grayscale: #868686. Windows color (decimal): -8487475 or 13467006. OLE color: 13467006.

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

Color convert

RGB126125205-
CMYK0.390.3900.20
HSL240.75º44.44%64.71%-
HSV(B)240.75º39.02%80.39%-
XYZ26.9623.5160.87-
YUV134.42167.83122-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.63%
GREEN value IS 125 (49.22% from 255) = 27.41%
BLUE value IS 205 (80.47% from 255) = 44.96%
R=27.63%
G=27.41%
B=44.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261252050.390.3900.20240.7544.4464.71
Hex7E7DCD2727014f12c41
Octal176175315474702436154101
Binary1111110111110111001101100111100111010100111100011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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