#7E7FBE

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

Shades of Moody Blue #7E7FBE

Tints of Moody Blue #7E7FBE

Color information

#7E7FBE (or 0x7E7FBE) is unknown color: approx Moody Blue. HEX triplet: 7E, 7F and BE. RGB value is (126,127,190). Sum of RGB (Red+Green+Blue) = 126+127+190=443 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.44% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E7FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7FBE is #818041. Grayscale: #858585. Windows color (decimal): -8486978 or 12484478. OLE color: 12484478.

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

Color convert

RGB126127190-
CMYK0.340.3300.25
HSL239.06º32.99%61.96%-
HSV(B)239.06º33.68%74.51%-
XYZ25.4923.3351.88-
YUV133.88159.67122.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.44%
GREEN value IS 127 (50% from 255) = 28.67%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=28.44%
G=28.67%
B=42.89%

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
Decimal1261271900.340.3300.25239.0632.9961.96
Hex7E7FBE2221019ef213e
Octal17617727642410313574176
Binary111111011111111011111010001010000101100111101111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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