#7E6BB9

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

Shades of Moody Blue #7E6BB9

Tints of Moody Blue #7E6BB9

Color information

#7E6BB9 (or 0x7E6BB9) is unknown color: approx Moody Blue. HEX triplet: 7E, 6B and B9. RGB value is (126,107,185). Sum of RGB (Red+Green+Blue) = 126+107+185=418 (55% of max value = 765). Red value is 126 (49.61% from 255 or 30.14% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 185 (72.66% from 255 or 44.26% from 418); Max value from RGB is 185 - color contains mainly: blue. Hex color #7E6BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6BB9 is #819446. Grayscale: #797979. Windows color (decimal): -8492103 or 12151678. OLE color: 12151678.

HSL color Cylindrical-coordinate representation of color #7E6BB9: hue angle of 254.62º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E6BB9 is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB126107185-
CMYK0.320.4200.27
HSL254.62º35.78%57.25%-
HSV(B)254.62º42.16%72.55%-
XYZ22.6218.4548.27-
YUV121.57163.79131.16-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 30.14%
GREEN value IS 107 (42.19% from 255) = 25.60%
BLUE value IS 185 (72.66% from 255) = 44.26%
R=30.14%
G=25.60%
B=44.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261071850.320.4200.27254.6235.7857.25
Hex7E6BB9202A01Bff2439
Octal17615327140520333774471
Binary111111011010111011100110000010101001101111111111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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