#7A6DCA

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

Shades of Moody Blue #7A6DCA

Tints of Moody Blue #7A6DCA

Color information

#7A6DCA (or 0x7A6DCA) is unknown color: approx Moody Blue. HEX triplet: 7A, 6D and CA. RGB value is (122,109,202). Sum of RGB (Red+Green+Blue) = 122+109+202=433 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.18% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #7A6DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DCA is #859235. Grayscale: #7B7B7B. Windows color (decimal): -8753718 or 13266298. OLE color: 13266298.

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

Color convert

RGB122109202-
CMYK0.400.4600.21
HSL248.39º46.73%60.98%-
HSV(B)248.39º46.04%79.22%-
XYZ24.1619.3458.34-
YUV123.49172.31126.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.18%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=28.18%
G=25.17%
B=46.65%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1221092020.400.4600.21248.3946.7360.98
Hex7A6DCA282E015f82f3d
Octal17215531250560253705775
Binary111101011011011100101010100010111001010111111000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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