#7A6AD1

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

Shades of Moody Blue #7A6AD1

Tints of Moody Blue #7A6AD1

Color information

#7A6AD1 (or 0x7A6AD1) is unknown color: approx Moody Blue. HEX triplet: 7A, 6A and D1. RGB value is (122,106,209). Sum of RGB (Red+Green+Blue) = 122+106+209=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 209 (82.03% from 255 or 47.83% from 437); Max value from RGB is 209 - color contains mainly: blue. Hex color #7A6AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6AD1 is #85952E. Grayscale: #7A7A7A. Windows color (decimal): -8754479 or 13724282. OLE color: 13724282.

HSL color Cylindrical-coordinate representation of color #7A6AD1: hue angle of 249.32º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7A6AD1 is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB122106209-
CMYK0.420.4900.18
HSL249.32º52.82%61.76%-
HSV(B)249.32º49.28%81.96%-
XYZ24.6919.0562.7-
YUV122.53176.8127.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.92%
GREEN value IS 106 (41.80% from 255) = 24.26%
BLUE value IS 209 (82.03% from 255) = 47.83%
R=27.92%
G=24.26%
B=47.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1221062090.420.4900.18249.3252.8261.76
Hex7A6AD12A31012f9353e
Octal17215232152610223716576
Binary111101011010101101000110101011000101001011111001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,106,209); }

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

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

 a { background-color: rgb(122,106,209); }

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

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

 span { border-color: rgb(122,106,209); }

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