#7C7ABD

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

Shades of Moody Blue #7C7ABD

Tints of Moody Blue #7C7ABD

Color information

#7C7ABD (or 0x7C7ABD) is unknown color: approx Moody Blue. HEX triplet: 7C, 7A and BD. RGB value is (124,122,189). Sum of RGB (Red+Green+Blue) = 124+122+189=435 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.51% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C7ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7ABD is #838542. Grayscale: #818181. Windows color (decimal): -8619331 or 12417660. OLE color: 12417660.

HSL color Cylindrical-coordinate representation of color #7C7ABD: hue angle of 241.79º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C7ABD is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB124122189-
CMYK0.340.3500.26
HSL241.79º33.67%60.98%-
HSV(B)241.79º35.45%74.12%-
XYZ24.4621.8851.08-
YUV130.24161.16123.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.51%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 189 (74.22% from 255) = 43.45%
R=28.51%
G=28.05%
B=43.45%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241221890.340.3500.26241.7933.6760.98
Hex7C7ABD222301Af2223d
Octal17417227542430323624275
Binary111110011110101011110110001010001101101011110010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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