#7E6BBE

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

Shades of Moody Blue #7E6BBE

Tints of Moody Blue #7E6BBE

Color information

#7E6BBE (or 0x7E6BBE) is unknown color: approx Moody Blue. HEX triplet: 7E, 6B and BE. RGB value is (126,107,190). Sum of RGB (Red+Green+Blue) = 126+107+190=423 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.79% from 423); Green value is 107 (42.19% from 255 or 25.30% from 423); Blue value is 190 (74.61% from 255 or 44.92% from 423); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E6BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6BBE is #819441. Grayscale: #797979. Windows color (decimal): -8492098 or 12479358. OLE color: 12479358.

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

Color convert

RGB126107190-
CMYK0.340.4400.25
HSL253.73º38.97%58.24%-
HSV(B)253.73º43.68%74.51%-
XYZ23.1618.6751.1-
YUV122.14166.29130.75-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.79%
GREEN value IS 107 (42.19% from 255) = 25.30%
BLUE value IS 190 (74.61% from 255) = 44.92%
R=29.79%
G=25.30%
B=44.92%

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
Decimal1261071900.340.4400.25253.7338.9758.24
Hex7E6BBE222C019fe273a
Octal17615327642540313764772
Binary111111011010111011111010001010110001100111111110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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