#7E7DBF

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

Shades of Moody Blue #7E7DBF

Tints of Moody Blue #7E7DBF

Color information

#7E7DBF (or 0x7E7DBF) is unknown color: approx Moody Blue. HEX triplet: 7E, 7D and BF. RGB value is (126,125,191). Sum of RGB (Red+Green+Blue) = 126+125+191=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E7DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7DBF is #818240. Grayscale: #848484. Windows color (decimal): -8487489 or 12549502. OLE color: 12549502.

HSL color Cylindrical-coordinate representation of color #7E7DBF: hue angle of 240.91º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7E7DBF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126125191-
CMYK0.340.3500.25
HSL240.91º34.02%61.96%-
HSV(B)240.91º34.55%74.9%-
XYZ25.3422.8652.37-
YUV132.82160.83123.13-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.51%
GREEN value IS 125 (49.22% from 255) = 28.28%
BLUE value IS 191 (75% from 255) = 43.21%
R=28.51%
G=28.28%
B=43.21%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261251910.340.3500.25240.9134.0261.96
Hex7E7DBF2223019f1223e
Octal17617527742430313614276
Binary111111011111011011111110001010001101100111110001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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