#7C6AC0

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

Shades of Moody Blue #7C6AC0

Tints of Moody Blue #7C6AC0

Color information

#7C6AC0 (or 0x7C6AC0) is unknown color: approx Moody Blue. HEX triplet: 7C, 6A and C0. RGB value is (124,106,192). Sum of RGB (Red+Green+Blue) = 124+106+192=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 106 (41.80% from 255 or 25.12% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #7C6AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C6AC0 is #83953F. Grayscale: #787878. Windows color (decimal): -8623424 or 12610172. OLE color: 12610172.

HSL color Cylindrical-coordinate representation of color #7C6AC0: hue angle of 252.56º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C6AC0 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124106192-
CMYK0.350.4500.25
HSL252.56º40.57%58.43%-
HSV(B)252.56º44.79%75.29%-
XYZ22.9818.452.21-
YUV121.19167.96130.01-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.38%
GREEN value IS 106 (41.80% from 255) = 25.12%
BLUE value IS 192 (75.39% from 255) = 45.50%
R=29.38%
G=25.12%
B=45.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241061920.350.4500.25252.5640.5758.43
Hex7C6AC0232D019fd293a
Octal17415230043550313755172
Binary111110011010101100000010001110110101100111111101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,106,192); }

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

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

 a { background-color: rgb(124,106,192); }

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

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

 span { border-color: rgb(124,106,192); }

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