#7E71BF

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

Shades of Moody Blue #7E71BF

Tints of Moody Blue #7E71BF

Color information

#7E71BF (or 0x7E71BF) is unknown color: approx Moody Blue. HEX triplet: 7E, 71 and BF. RGB value is (126,113,191). Sum of RGB (Red+Green+Blue) = 126+113+191=430 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.30% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E71BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E71BF is #818E40. Grayscale: #7D7D7D. Windows color (decimal): -8490561 or 12546430. OLE color: 12546430.

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

Color convert

RGB126113191-
CMYK0.340.4100.25
HSL250º37.86%59.61%-
HSV(B)250º40.84%74.9%-
XYZ23.9120.0151.89-
YUV125.78164.81128.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.30%
GREEN value IS 113 (44.53% from 255) = 26.28%
BLUE value IS 191 (75% from 255) = 44.42%
R=29.30%
G=26.28%
B=44.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261131910.340.4100.2525037.8659.61
Hex7E71BF2229019fa263c
Octal17616127742510313724674
Binary111111011100011011111110001010100101100111111010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E71BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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