#7F80BE

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

Shades of Moody Blue #7F80BE

Tints of Moody Blue #7F80BE

Color information

#7F80BE (or 0x7F80BE) is unknown color: approx Moody Blue. HEX triplet: 7F, 80 and BE. RGB value is (127,128,190). Sum of RGB (Red+Green+Blue) = 127+128+190=445 (58% of max value = 765). Red value is 127 (50% from 255 or 28.54% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F80BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F80BE is #807F41. Grayscale: #868686. Windows color (decimal): -8421186 or 12484735. OLE color: 12484735.

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

Color convert

RGB127128190-
CMYK0.330.3300.25
HSL239.05º32.64%62.16%-
HSV(B)239.05º33.16%74.51%-
XYZ25.7723.6751.93-
YUV134.77159.17122.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.54%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 190 (74.61% from 255) = 42.70%
R=28.54%
G=28.76%
B=42.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271281900.330.3300.25239.0532.6462.16
Hex7F80BE2121019ef213e
Octal17720027641410313574176
Binary1111111100000001011111010000110000101100111101111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,128,190); }

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

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

 a { background-color: rgb(127,128,190); }

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

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

 span { border-color: rgb(127,128,190); }

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