#7E80BF

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

Shades of Moody Blue #7E80BF

Tints of Moody Blue #7E80BF

Color information

#7E80BF (or 0x7E80BF) is unknown color: approx Moody Blue. HEX triplet: 7E, 80 and BF. RGB value is (126,128,191). Sum of RGB (Red+Green+Blue) = 126+128+191=445 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.31% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E80BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E80BF is #817F40. Grayscale: #868686. Windows color (decimal): -8486721 or 12550270. OLE color: 12550270.

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

Color convert

RGB126128191-
CMYK0.340.3300.25
HSL238.15º33.68%62.16%-
HSV(B)238.15º34.03%74.9%-
XYZ25.7323.6452.5-
YUV134.58159.84121.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.31%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 191 (75% from 255) = 42.92%
R=28.31%
G=28.76%
B=42.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261281910.340.3300.25238.1533.6862.16
Hex7E80BF2221019ee223e
Octal17620027742410313564276
Binary1111110100000001011111110001010000101100111101110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E80BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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