#7E6BBF

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

Shades of Moody Blue #7E6BBF

Tints of Moody Blue #7E6BBF

Color information

#7E6BBF (or 0x7E6BBF) is unknown color: approx Moody Blue. HEX triplet: 7E, 6B and BF. RGB value is (126,107,191). Sum of RGB (Red+Green+Blue) = 126+107+191=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E6BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6BBF is #819440. Grayscale: #797979. Windows color (decimal): -8492097 or 12544894. OLE color: 12544894.

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

Color convert

RGB126107191-
CMYK0.340.4400.25
HSL253.57º39.62%58.43%-
HSV(B)253.57º43.98%74.9%-
XYZ23.2718.7151.68-
YUV122.26166.79130.67-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.72%
GREEN value IS 107 (42.19% from 255) = 25.24%
BLUE value IS 191 (75% from 255) = 45.05%
R=29.72%
G=25.24%
B=45.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261071910.340.4400.25253.5739.6258.43
Hex7E6BBF222C019fe283a
Octal17615327742540313765072
Binary111111011010111011111110001010110001100111111110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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