#7A6EBB

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

Shades of Moody Blue #7A6EBB

Tints of Moody Blue #7A6EBB

Color information

#7A6EBB (or 0x7A6EBB) is unknown color: approx Moody Blue. HEX triplet: 7A, 6E and BB. RGB value is (122,110,187). Sum of RGB (Red+Green+Blue) = 122+110+187=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A6EBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6EBB is #859144. Grayscale: #7A7A7A. Windows color (decimal): -8753477 or 12283514. OLE color: 12283514.

HSL color Cylindrical-coordinate representation of color #7A6EBB: hue angle of 249.35º 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 #7A6EBB is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122110187-
CMYK0.350.4100.27
HSL249.35º36.15%58.24%-
HSV(B)249.35º41.18%73.33%-
XYZ22.5718.8849.47-
YUV122.37164.48127.74-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.12%
GREEN value IS 110 (43.36% from 255) = 26.25%
BLUE value IS 187 (73.44% from 255) = 44.63%
R=29.12%
G=26.25%
B=44.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221101870.350.4100.27249.3536.1558.24
Hex7A6EBB232901Bf9243a
Octal17215627343510333714472
Binary111101011011101011101110001110100101101111111001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,110,187); }

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

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

 a { background-color: rgb(122,110,187); }

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

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

 span { border-color: rgb(122,110,187); }

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