#7D6CC4

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

Shades of Moody Blue #7D6CC4

Tints of Moody Blue #7D6CC4

Color information

#7D6CC4 (or 0x7D6CC4) is unknown color: approx Moody Blue. HEX triplet: 7D, 6C and C4. RGB value is (125,108,196). Sum of RGB (Red+Green+Blue) = 125+108+196=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 196 (76.95% from 255 or 45.69% from 429); Max value from RGB is 196 - color contains mainly: blue. Hex color #7D6CC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6CC4 is #82933B. Grayscale: #7A7A7A. Windows color (decimal): -8557372 or 12872829. OLE color: 12872829.

HSL color Cylindrical-coordinate representation of color #7D6CC4: hue angle of 251.59º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D6CC4 is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB125108196-
CMYK0.360.4500.23
HSL251.59º42.72%59.61%-
HSV(B)251.59º44.9%76.86%-
XYZ23.7819.0754.65-
YUV123.11169.13129.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.14%
GREEN value IS 108 (42.58% from 255) = 25.17%
BLUE value IS 196 (76.95% from 255) = 45.69%
R=29.14%
G=25.17%
B=45.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1251081960.360.4500.23251.5942.7259.61
Hex7D6CC4242D017fc2b3c
Octal17515430444550273745374
Binary111110111011001100010010010010110101011111111100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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