#7A6ABF

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

Shades of Moody Blue #7A6ABF

Tints of Moody Blue #7A6ABF

Color information

#7A6ABF (or 0x7A6ABF) is unknown color: approx Moody Blue. HEX triplet: 7A, 6A and BF. RGB value is (122,106,191). Sum of RGB (Red+Green+Blue) = 122+106+191=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A6ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ABF is #859540. Grayscale: #787878. Windows color (decimal): -8754497 or 12544634. OLE color: 12544634.

HSL color Cylindrical-coordinate representation of color #7A6ABF: hue angle of 251.29º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A6ABF is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122106191-
CMYK0.360.4500.25
HSL251.29º39.91%58.24%-
HSV(B)251.29º44.5%74.9%-
XYZ22.5818.2151.61-
YUV120.47167.8129.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.12%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 191 (75% from 255) = 45.58%
R=29.12%
G=25.30%
B=45.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221061910.360.4500.25251.2939.9158.24
Hex7A6ABF242D019fb283a
Octal17215227744550313735072
Binary111101011010101011111110010010110101100111111011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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