#7A69C4

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

Shades of Moody Blue #7A69C4

Tints of Moody Blue #7A69C4

Color information

#7A69C4 (or 0x7A69C4) is unknown color: approx Moody Blue. HEX triplet: 7A, 69 and C4. RGB value is (122,105,196). Sum of RGB (Red+Green+Blue) = 122+105+196=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A69C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A69C4 is #85963B. Grayscale: #787878. Windows color (decimal): -8754748 or 12872058. OLE color: 12872058.

HSL color Cylindrical-coordinate representation of color #7A69C4: hue angle of 251.21º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A69C4 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB122105196-
CMYK0.380.4600.23
HSL251.21º43.54%59.02%-
HSV(B)251.21º46.43%76.86%-
XYZ23.0418.2354.53-
YUV120.46170.63129.1-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.84%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 196 (76.95% from 255) = 46.34%
R=28.84%
G=24.82%
B=46.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221051960.380.4600.23251.2143.5459.02
Hex7A69C4262E017fb2c3b
Octal17215130446560273735473
Binary111101011010011100010010011010111001011111111011101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A69C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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