#7A69C0

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

Shades of Moody Blue #7A69C0

Tints of Moody Blue #7A69C0

Color information

#7A69C0 (or 0x7A69C0) is unknown color: approx Moody Blue. HEX triplet: 7A, 69 and C0. RGB value is (122,105,192). Sum of RGB (Red+Green+Blue) = 122+105+192=419 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.12% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #7A69C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A69C0 is #85963F. Grayscale: #777777. Windows color (decimal): -8754752 or 12609914. OLE color: 12609914.

HSL color Cylindrical-coordinate representation of color #7A69C0: hue angle of 251.72º degrees, saturation: 0.41, 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 #7A69C0 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB122105192-
CMYK0.360.4500.25
HSL251.72º40.85%58.24%-
HSV(B)251.72º45.31%75.29%-
XYZ22.5918.0552.16-
YUV120168.63129.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.12%
GREEN value IS 105 (41.41% from 255) = 25.06%
BLUE value IS 192 (75.39% from 255) = 45.82%
R=29.12%
G=25.06%
B=45.82%

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
Decimal1221051920.360.4500.25251.7240.8558.24
Hex7A69C0242D019fc293a
Octal17215130044550313745172
Binary111101011010011100000010010010110101100111111100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A69C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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