#7C7DC1

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

Shades of Moody Blue #7C7DC1

Tints of Moody Blue #7C7DC1

Color information

#7C7DC1 (or 0x7C7DC1) is unknown color: approx Moody Blue. HEX triplet: 7C, 7D and C1. RGB value is (124,125,193). Sum of RGB (Red+Green+Blue) = 124+125+193=442 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.05% from 442); Green value is 125 (49.22% from 255 or 28.28% from 442); Blue value is 193 (75.78% from 255 or 43.67% from 442); Max value from RGB is 193 - color contains mainly: blue. Hex color #7C7DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7DC1 is #83823E. Grayscale: #848484. Windows color (decimal): -8618559 or 12680572. OLE color: 12680572.

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

Color convert

RGB124125193-
CMYK0.360.3500.24
HSL239.13º35.75%62.16%-
HSV(B)239.13º35.75%75.69%-
XYZ25.2722.853.52-
YUV132.45162.17121.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.05%
GREEN value IS 125 (49.22% from 255) = 28.28%
BLUE value IS 193 (75.78% from 255) = 43.67%
R=28.05%
G=28.28%
B=43.67%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241251930.360.3500.24239.1335.7562.16
Hex7C7DC12423018ef243e
Octal17417530144430303574476
Binary111110011111011100000110010010001101100011101111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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