#7A6ACA

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

Shades of Moody Blue #7A6ACA

Tints of Moody Blue #7A6ACA

Color information

#7A6ACA (or 0x7A6ACA) is unknown color: approx Moody Blue. HEX triplet: 7A, 6A and CA. RGB value is (122,106,202). Sum of RGB (Red+Green+Blue) = 122+106+202=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A6ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6ACA is #859535. Grayscale: #797979. Windows color (decimal): -8754486 or 13265530. OLE color: 13265530.

HSL color Cylindrical-coordinate representation of color #7A6ACA: hue angle of 250º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7A6ACA is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB122106202-
CMYK0.400.4800.21
HSL250º47.52%60.39%-
HSV(B)250º47.52%79.22%-
XYZ23.8418.7158.23-
YUV121.73173.3128.19-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.37%
GREEN value IS 106 (41.80% from 255) = 24.65%
BLUE value IS 202 (79.30% from 255) = 46.98%
R=28.37%
G=24.65%
B=46.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221062020.400.4800.2125047.5260.39
Hex7A6ACA2830015fa303c
Octal17215231250600253726074
Binary111101011010101100101010100011000001010111111010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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