#7A6AC2

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

Shades of Moody Blue #7A6AC2

Tints of Moody Blue #7A6AC2

Color information

#7A6AC2 (or 0x7A6AC2) is unknown color: approx Moody Blue. HEX triplet: 7A, 6A and C2. RGB value is (122,106,194). Sum of RGB (Red+Green+Blue) = 122+106+194=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 194 (76.17% from 255 or 45.97% from 422); Max value from RGB is 194 - color contains mainly: blue. Hex color #7A6AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6AC2 is #85953D. Grayscale: #787878. Windows color (decimal): -8754494 or 12741242. OLE color: 12741242.

HSL color Cylindrical-coordinate representation of color #7A6AC2: hue angle of 250.91º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A6AC2 is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB122106194-
CMYK0.370.4500.24
HSL250.91º41.9%58.82%-
HSV(B)250.91º45.36%76.08%-
XYZ22.9218.3453.37-
YUV120.82169.3128.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.91%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 194 (76.17% from 255) = 45.97%
R=28.91%
G=25.12%
B=45.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221061940.370.4500.24250.9141.958.82
Hex7A6AC2252D018fb2a3b
Octal17215230245550303735273
Binary111101011010101100001010010110110101100011111011101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,106,194); }

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

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

 a { background-color: rgb(122,106,194); }

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

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

 span { border-color: rgb(122,106,194); }

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