#7A6CD1

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

Shades of Moody Blue #7A6CD1

Tints of Moody Blue #7A6CD1

Color information

#7A6CD1 (or 0x7A6CD1) is unknown color: approx Moody Blue. HEX triplet: 7A, 6C and D1. RGB value is (122,108,209). Sum of RGB (Red+Green+Blue) = 122+108+209=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 209 (82.03% from 255 or 47.61% from 439); Max value from RGB is 209 - color contains mainly: blue. Hex color #7A6CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A6CD1 is #85932E. Grayscale: #7B7B7B. Windows color (decimal): -8753967 or 13724794. OLE color: 13724794.

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

Color convert

RGB122108209-
CMYK0.420.4800.18
HSL248.32º52.33%62.16%-
HSV(B)248.32º48.33%81.96%-
XYZ24.919.4762.77-
YUV123.7176.14126.79-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.79%
GREEN value IS 108 (42.58% from 255) = 24.60%
BLUE value IS 209 (82.03% from 255) = 47.61%
R=27.79%
G=24.60%
B=47.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1221082090.420.4800.18248.3252.3362.16
Hex7A6CD12A30012f8343e
Octal17215432152600223706476
Binary111101011011001101000110101011000001001011111000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A6CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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