#7E7FBF

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

Shades of Moody Blue #7E7FBF

Tints of Moody Blue #7E7FBF

Color information

#7E7FBF (or 0x7E7FBF) is unknown color: approx Moody Blue. HEX triplet: 7E, 7F and BF. RGB value is (126,127,191). Sum of RGB (Red+Green+Blue) = 126+127+191=444 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.38% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 191 (75% from 255 or 43.02% from 444); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E7FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7FBF is #818040. Grayscale: #858585. Windows color (decimal): -8486977 or 12550014. OLE color: 12550014.

HSL color Cylindrical-coordinate representation of color #7E7FBF: hue angle of 239.08º 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 #7E7FBF is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB126127191-
CMYK0.340.3400.25
HSL239.08º33.68%62.16%-
HSV(B)239.08º34.03%74.9%-
XYZ25.623.3852.45-
YUV134160.17122.3-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.38%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 191 (75% from 255) = 43.02%
R=28.38%
G=28.60%
B=43.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261271910.340.3400.25239.0833.6862.16
Hex7E7FBF2222019ef223e
Octal17617727742420313574276
Binary111111011111111011111110001010001001100111101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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