#7C68C4

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

Shades of Moody Blue #7C68C4

Tints of Moody Blue #7C68C4

Color information

#7C68C4 (or 0x7C68C4) is unknown color: approx Moody Blue. HEX triplet: 7C, 68 and C4. RGB value is (124,104,196). Sum of RGB (Red+Green+Blue) = 124+104+196=424 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.25% from 424); Green value is 104 (41.02% from 255 or 24.53% from 424); Blue value is 196 (76.95% from 255 or 46.23% from 424); Max value from RGB is 196 - color contains mainly: blue. Hex color #7C68C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C68C4 is #83973B. Grayscale: #787878. Windows color (decimal): -8623932 or 12871804. OLE color: 12871804.

HSL color Cylindrical-coordinate representation of color #7C68C4: hue angle of 253.04º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C68C4 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB124104196-
CMYK0.370.4700.23
HSL253.04º43.81%58.82%-
HSV(B)253.04º46.94%76.86%-
XYZ23.2318.1754.51-
YUV120.47170.63130.52-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.25%
GREEN value IS 104 (41.02% from 255) = 24.53%
BLUE value IS 196 (76.95% from 255) = 46.23%
R=29.25%
G=24.53%
B=46.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1241041960.370.4700.23253.0443.8158.82
Hex7C68C4252F017fd2c3b
Octal17415030445570273755473
Binary111110011010001100010010010110111101011111111101101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C68C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,104,196); }

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

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

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

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

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

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

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