#7A69BA

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

Shades of Moody Blue #7A69BA

Tints of Moody Blue #7A69BA

Color information

#7A69BA (or 0x7A69BA) is unknown color: approx Moody Blue. HEX triplet: 7A, 69 and BA. RGB value is (122,105,186). Sum of RGB (Red+Green+Blue) = 122+105+186=413 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.54% from 413); Green value is 105 (41.41% from 255 or 25.42% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #7A69BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A69BA is #859645. Grayscale: #777777. Windows color (decimal): -8754758 or 12216698. OLE color: 12216698.

HSL color Cylindrical-coordinate representation of color #7A69BA: hue angle of 252.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A69BA is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB122105186-
CMYK0.340.4400.27
HSL252.59º36.99%57.06%-
HSV(B)252.59º43.55%72.94%-
XYZ21.9417.7948.73-
YUV119.32165.63129.91-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.54%
GREEN value IS 105 (41.41% from 255) = 25.42%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=29.54%
G=25.42%
B=45.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1221051860.340.4400.27252.5936.9957.06
Hex7A69BA222C01Bfd2539
Octal17215127242540333754571
Binary111101011010011011101010001010110001101111111101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,105,186); }

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

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

 a { background-color: rgb(122,105,186); }

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

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

 span { border-color: rgb(122,105,186); }

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