#7E7DBA

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

Shades of Moody Blue #7E7DBA

Tints of Moody Blue #7E7DBA

Color information

#7E7DBA (or 0x7E7DBA) is unknown color: approx Moody Blue. HEX triplet: 7E, 7D and BA. RGB value is (126,125,186). Sum of RGB (Red+Green+Blue) = 126+125+186=437 (57% of max value = 765). Red value is 126 (49.61% from 255 or 28.83% from 437); Green value is 125 (49.22% from 255 or 28.60% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E7DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7DBA is #818245. Grayscale: #848484. Windows color (decimal): -8487494 or 12221822. OLE color: 12221822.

HSL color Cylindrical-coordinate representation of color #7E7DBA: hue angle of 240.98º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E7DBA is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB126125186-
CMYK0.320.3300.27
HSL240.98º30.65%60.98%-
HSV(B)240.98º32.8%72.94%-
XYZ24.822.6549.52-
YUV132.25158.33123.54-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.83%
GREEN value IS 125 (49.22% from 255) = 28.60%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=28.83%
G=28.60%
B=42.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261251860.320.3300.27240.9830.6560.98
Hex7E7DBA202101Bf11f3d
Octal17617527240410333613775
Binary11111101111101101110101000001000010110111111000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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