#7D68C4

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

Shades of Moody Blue #7D68C4

Tints of Moody Blue #7D68C4

Color information

#7D68C4 (or 0x7D68C4) is unknown color: approx Moody Blue. HEX triplet: 7D, 68 and C4. RGB value is (125,104,196). Sum of RGB (Red+Green+Blue) = 125+104+196=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 104 (41.02% from 255 or 24.47% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 196 - color contains mainly: blue. Hex color #7D68C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D68C4 is #82973B. Grayscale: #787878. Windows color (decimal): -8558396 or 12871805. OLE color: 12871805.

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

Color convert

RGB125104196-
CMYK0.360.4700.23
HSL253.7º43.81%58.82%-
HSV(B)253.7º46.94%76.86%-
XYZ23.3718.2554.51-
YUV120.77170.46131.02-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.41%
GREEN value IS 104 (41.02% from 255) = 24.47%
BLUE value IS 196 (76.95% from 255) = 46.12%
R=29.41%
G=24.47%
B=46.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1251041960.360.4700.23253.743.8158.82
Hex7D68C4242F017fe2c3b
Octal17515030444570273765473
Binary111110111010001100010010010010111101011111111110101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D68C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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