#7C7CC1

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

Shades of Moody Blue #7C7CC1

Tints of Moody Blue #7C7CC1

Color information

#7C7CC1 (or 0x7C7CC1) is unknown color: approx Moody Blue. HEX triplet: 7C, 7C and C1. RGB value is (124,124,193). Sum of RGB (Red+Green+Blue) = 124+124+193=441 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.12% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 193 (75.78% from 255 or 43.76% from 441); Max value from RGB is 193 - color contains mainly: blue. Hex color #7C7CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7CC1 is #83833E. Grayscale: #838383. Windows color (decimal): -8618815 or 12680316. OLE color: 12680316.

HSL color Cylindrical-coordinate representation of color #7C7CC1: hue angle of 240º 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 #7C7CC1 is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB124124193-
CMYK0.360.3600.24
HSL240º35.75%62.16%-
HSV(B)240º35.75%75.69%-
XYZ25.1522.5553.48-
YUV131.87162.5122.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.12%
GREEN value IS 124 (48.83% from 255) = 28.12%
BLUE value IS 193 (75.78% from 255) = 43.76%
R=28.12%
G=28.12%
B=43.76%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241241930.360.3600.2424035.7562.16
Hex7C7CC12424018f0243e
Octal17417430144440303604476
Binary111110011111001100000110010010010001100011110000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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