#7E6EBA

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

Shades of Moody Blue #7E6EBA

Tints of Moody Blue #7E6EBA

Color information

#7E6EBA (or 0x7E6EBA) is unknown color: approx Moody Blue. HEX triplet: 7E, 6E and BA. RGB value is (126,110,186). Sum of RGB (Red+Green+Blue) = 126+110+186=422 (55% of max value = 765). Red value is 126 (49.61% from 255 or 29.86% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E6EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E6EBA is #819145. Grayscale: #7B7B7B. Windows color (decimal): -8491334 or 12217982. OLE color: 12217982.

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

Color convert

RGB126110186-
CMYK0.320.4100.27
HSL252.63º35.51%58.04%-
HSV(B)252.63º40.86%72.94%-
XYZ23.0419.1348.93-
YUV123.45163.3129.82-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.86%
GREEN value IS 110 (43.36% from 255) = 26.07%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=29.86%
G=26.07%
B=44.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1261101860.320.4100.27252.6335.5158.04
Hex7E6EBA202901Bfd243a
Octal17615627240510333754472
Binary111111011011101011101010000010100101101111111101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,110,186); }

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

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

 a { background-color: rgb(126,110,186); }

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

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

 span { border-color: rgb(126,110,186); }

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