#7A7CC4

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

Shades of Moody Blue #7A7CC4

Tints of Moody Blue #7A7CC4

Color information

#7A7CC4 (or 0x7A7CC4) is unknown color: approx Moody Blue. HEX triplet: 7A, 7C and C4. RGB value is (122,124,196). Sum of RGB (Red+Green+Blue) = 122+124+196=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 196 - color contains mainly: blue. Hex color #7A7CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A7CC4 is #85833B. Grayscale: #838383. Windows color (decimal): -8749884 or 12876922. OLE color: 12876922.

HSL color Cylindrical-coordinate representation of color #7A7CC4: hue angle of 238.38º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A7CC4 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB122124196-
CMYK0.380.3700.23
HSL238.38º38.54%62.35%-
HSV(B)238.38º37.76%76.86%-
XYZ25.222.5455.25-
YUV131.61164.34121.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.60%
GREEN value IS 124 (48.83% from 255) = 28.05%
BLUE value IS 196 (76.95% from 255) = 44.34%
R=27.60%
G=28.05%
B=44.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1221241960.380.3700.23238.3838.5462.35
Hex7A7CC42625017ee273e
Octal17217430446450273564776
Binary111101011111001100010010011010010101011111101110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A7CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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