#7C67C3

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

Shades of Moody Blue #7C67C3

Tints of Moody Blue #7C67C3

Color information

#7C67C3 (or 0x7C67C3) is unknown color: approx Moody Blue. HEX triplet: 7C, 67 and C3. RGB value is (124,103,195). Sum of RGB (Red+Green+Blue) = 124+103+195=422 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.38% from 422); Green value is 103 (40.62% from 255 or 24.41% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 195 - color contains mainly: blue. Hex color #7C67C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C67C3 is #83983C. Grayscale: #777777. Windows color (decimal): -8624189 or 12806012. OLE color: 12806012.

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

Color convert

RGB124103195-
CMYK0.360.4700.24
HSL253.7º43.4%58.43%-
HSV(B)253.7º47.18%76.47%-
XYZ23.0117.9353.88-
YUV119.77170.46131.02-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.38%
GREEN value IS 103 (40.62% from 255) = 24.41%
BLUE value IS 195 (76.56% from 255) = 46.21%
R=29.38%
G=24.41%
B=46.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1241031950.360.4700.24253.743.458.43
Hex7C67C3242F018fe2b3a
Octal17414730344570303765372
Binary111110011001111100001110010010111101100011111110101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C67C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,103,195); }

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

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

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

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

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

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

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