#7E7BD9

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

Shades of Moody Blue #7E7BD9

Tints of Moody Blue #7E7BD9

Color information

#7E7BD9 (or 0x7E7BD9) is unknown color: approx Moody Blue. HEX triplet: 7E, 7B and D9. RGB value is (126,123,217). Sum of RGB (Red+Green+Blue) = 126+123+217=466 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.04% from 466); Green value is 123 (48.44% from 255 or 26.39% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #7E7BD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7BD9 is #818426. Grayscale: #868686. Windows color (decimal): -8487975 or 14252926. OLE color: 14252926.

HSL color Cylindrical-coordinate representation of color #7E7BD9: hue angle of 241.91º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E7BD9 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126123217-
CMYK0.420.4300.15
HSL241.91º55.29%66.67%-
HSV(B)241.91º43.32%85.1%-
XYZ28.2123.6168.72-
YUV134.61174.49121.86-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.04%
GREEN value IS 123 (48.44% from 255) = 26.39%
BLUE value IS 217 (85.16% from 255) = 46.57%
R=27.04%
G=26.39%
B=46.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261232170.420.4300.15241.9155.2966.67
Hex7E7BD92A2B0Ff23743
Octal176173331525301736267103
Binary111111011110111101100110101010101101111111100101101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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