#7A69BF

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

Shades of Moody Blue #7A69BF

Tints of Moody Blue #7A69BF

Color information

#7A69BF (or 0x7A69BF) is unknown color: approx Moody Blue. HEX triplet: 7A, 69 and BF. RGB value is (122,105,191). Sum of RGB (Red+Green+Blue) = 122+105+191=418 (55% of max value = 765). Red value is 122 (48.05% from 255 or 29.19% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 191 (75% from 255 or 45.69% from 418); Max value from RGB is 191 - color contains mainly: blue. Hex color #7A69BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A69BF is #859640. Grayscale: #777777. Windows color (decimal): -8754753 or 12544378. OLE color: 12544378.

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

Color convert

RGB122105191-
CMYK0.360.4500.25
HSL251.86º40.19%58.04%-
HSV(B)251.86º45.03%74.9%-
XYZ22.481851.58-
YUV119.89168.13129.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 29.19%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 191 (75% from 255) = 45.69%
R=29.19%
G=25.12%
B=45.69%

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
Decimal1221051910.360.4500.25251.8640.1958.04
Hex7A69BF242D019fc283a
Octal17215127744550313745072
Binary111101011010011011111110010010110101100111111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A69BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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