#7A7CC1

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

Shades of Moody Blue #7A7CC1

Tints of Moody Blue #7A7CC1

Color information

#7A7CC1 (or 0x7A7CC1) is unknown color: approx Moody Blue. HEX triplet: 7A, 7C and C1. RGB value is (122,124,193). Sum of RGB (Red+Green+Blue) = 122+124+193=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 193 (75.78% from 255 or 43.96% from 439); Max value from RGB is 193 - color contains mainly: blue. Hex color #7A7CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7CC1 is #85833E. Grayscale: #828282. Windows color (decimal): -8749887 or 12680314. OLE color: 12680314.

HSL color Cylindrical-coordinate representation of color #7A7CC1: hue angle of 238.31º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A7CC1 is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB122124193-
CMYK0.370.3600.24
HSL238.31º36.41%61.76%-
HSV(B)238.31º36.79%75.69%-
XYZ24.8622.453.47-
YUV131.27162.84121.39-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.79%
GREEN value IS 124 (48.83% from 255) = 28.25%
BLUE value IS 193 (75.78% from 255) = 43.96%
R=27.79%
G=28.25%
B=43.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1221241930.370.3600.24238.3136.4161.76
Hex7A7CC12524018ee243e
Octal17217430145440303564476
Binary111101011111001100000110010110010001100011101110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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