#7E7BDC

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

Shades of Moody Blue #7E7BDC

Tints of Moody Blue #7E7BDC

Color information

#7E7BDC (or 0x7E7BDC) is unknown color: approx Moody Blue. HEX triplet: 7E, 7B and DC. RGB value is (126,123,220). Sum of RGB (Red+Green+Blue) = 126+123+220=469 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.87% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 220 (86.33% from 255 or 46.91% from 469); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E7BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7BDC is #818423. Grayscale: #868686. Windows color (decimal): -8487972 or 14449534. OLE color: 14449534.

HSL color Cylindrical-coordinate representation of color #7E7BDC: hue angle of 241.86º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E7BDC is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126123220-
CMYK0.430.4400.14
HSL241.86º58.08%67.25%-
HSV(B)241.86º44.09%86.27%-
XYZ28.6123.7770.79-
YUV134.96175.99121.61-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.87%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 220 (86.33% from 255) = 46.91%
R=26.87%
G=26.23%
B=46.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261232200.430.4400.14241.8658.0867.25
Hex7E7BDC2B2C0Ef23a43
Octal176173334535401636272103
Binary111111011110111101110010101110110001110111100101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,123,220); }

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

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

 a { background-color: rgb(126,123,220); }

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

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

 span { border-color: rgb(126,123,220); }

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