#7A6DC0

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

Shades of Moody Blue #7A6DC0

Tints of Moody Blue #7A6DC0

Color information

#7A6DC0 (or 0x7A6DC0) is unknown color: approx Moody Blue. HEX triplet: 7A, 6D and C0. RGB value is (122,109,192). Sum of RGB (Red+Green+Blue) = 122+109+192=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 109 (42.97% from 255 or 25.77% from 423); Blue value is 192 (75.39% from 255 or 45.39% from 423); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A6DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6DC0 is #85923F. Grayscale: #7A7A7A. Windows color (decimal): -8753728 or 12610938. OLE color: 12610938.

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

Color convert

RGB122109192-
CMYK0.360.4300.25
HSL249.4º39.71%59.02%-
HSV(B)249.4º43.23%75.29%-
XYZ23.0118.8852.3-
YUV122.35167.31127.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.84%
GREEN value IS 109 (42.97% from 255) = 25.77%
BLUE value IS 192 (75.39% from 255) = 45.39%
R=28.84%
G=25.77%
B=45.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221091920.360.4300.25249.439.7159.02
Hex7A6DC0242B019f9283b
Octal17215530044530313715073
Binary111101011011011100000010010010101101100111111001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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