#7C7AAF

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

Shades of Moody Blue #7C7AAF

Tints of Moody Blue #7C7AAF

Color information

#7C7AAF (or 0x7C7AAF) is unknown color: approx Moody Blue. HEX triplet: 7C, 7A and AF. RGB value is (124,122,175). Sum of RGB (Red+Green+Blue) = 124+122+175=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C7AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7AAF is #838550. Grayscale: #808080. Windows color (decimal): -8619345 or 11500156. OLE color: 11500156.

HSL color Cylindrical-coordinate representation of color #7C7AAF: hue angle of 242.26º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7C7AAF is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB124122175-
CMYK0.290.3000.31
HSL242.26º24.88%58.24%-
HSV(B)242.26º30.29%68.63%-
XYZ23.0121.343.46-
YUV128.64154.16124.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.45%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 175 (68.75% from 255) = 41.57%
R=29.45%
G=28.98%
B=41.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241221750.290.3000.31242.2624.8858.24
Hex7C7AAF1D1E01Ff2193a
Octal17417225735360373623172
Binary111110011110101010111111101111100111111111001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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