#7A7CD1

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

Shades of Moody Blue #7A7CD1

Tints of Moody Blue #7A7CD1

Color information

#7A7CD1 (or 0x7A7CD1) is unknown color: approx Moody Blue. HEX triplet: 7A, 7C and D1. RGB value is (122,124,209). Sum of RGB (Red+Green+Blue) = 122+124+209=455 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.81% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #7A7CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7CD1 is #85832E. Grayscale: #848484. Windows color (decimal): -8749871 or 13728890. OLE color: 13728890.

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

Color convert

RGB122124209-
CMYK0.420.4100.18
HSL238.62º48.6%64.9%-
HSV(B)238.62º41.63%81.96%-
XYZ26.7423.1663.38-
YUV133.09170.84120.09-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.81%
GREEN value IS 124 (48.83% from 255) = 27.25%
BLUE value IS 209 (82.03% from 255) = 45.93%
R=26.81%
G=27.25%
B=45.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1221242090.420.4100.18238.6248.664.9
Hex7A7CD12A29012ef3141
Octal172174321525102235761101
Binary1111010111110011010001101010101001010010111011111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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