#7E67CD

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

Shades of Moody Blue #7E67CD

Tints of Moody Blue #7E67CD

Color information

#7E67CD (or 0x7E67CD) is unknown color: approx Moody Blue. HEX triplet: 7E, 67 and CD. RGB value is (126,103,205). Sum of RGB (Red+Green+Blue) = 126+103+205=434 (57% of max value = 765). Red value is 126 (49.61% from 255 or 29.03% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E67CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E67CD is #819832. Grayscale: #797979. Windows color (decimal): -8493107 or 13461374. OLE color: 13461374.

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

Color convert

RGB126103205-
CMYK0.390.5000.20
HSL253.53º50.5%60.39%-
HSV(B)253.53º49.76%80.39%-
XYZ24.4718.5460.05-
YUV121.5175.12131.21-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.03%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 205 (80.47% from 255) = 47.24%
R=29.03%
G=23.73%
B=47.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1261032050.390.5000.20253.5350.560.39
Hex7E67CD2732014fe323c
Octal17614731547620243766274
Binary111111011001111100110110011111001001010011111110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E67CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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