#7E6EBD

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

Shades of Moody Blue #7E6EBD

Tints of Moody Blue #7E6EBD

Color information

#7E6EBD (or 0x7E6EBD) is unknown color: approx Moody Blue. HEX triplet: 7E, 6E and BD. RGB value is (126,110,189). Sum of RGB (Red+Green+Blue) = 126+110+189=425 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.65% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 189 (74.22% from 255 or 44.47% from 425); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E6EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6EBD is #819142. Grayscale: #7B7B7B. Windows color (decimal): -8491331 or 12414590. OLE color: 12414590.

HSL color Cylindrical-coordinate representation of color #7E6EBD: hue angle of 252.15º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E6EBD is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB126110189-
CMYK0.330.4200.26
HSL252.15º37.44%58.63%-
HSV(B)252.15º41.8%74.12%-
XYZ23.3719.2650.63-
YUV123.79164.8129.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.65%
GREEN value IS 110 (43.36% from 255) = 25.88%
BLUE value IS 189 (74.22% from 255) = 44.47%
R=29.65%
G=25.88%
B=44.47%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1261101890.330.4200.26252.1537.4458.63
Hex7E6EBD212A01Afc253b
Octal17615627541520323744573
Binary111111011011101011110110000110101001101011111100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,110,189); }

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

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

 a { background-color: rgb(126,110,189); }

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

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

 span { border-color: rgb(126,110,189); }

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