#7D6DC9

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

Shades of Moody Blue #7D6DC9

Tints of Moody Blue #7D6DC9

Color information

#7D6DC9 (or 0x7D6DC9) is unknown color: approx Moody Blue. HEX triplet: 7D, 6D and C9. RGB value is (125,109,201). Sum of RGB (Red+Green+Blue) = 125+109+201=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 201 (78.91% from 255 or 46.21% from 435); Max value from RGB is 201 - color contains mainly: blue. Hex color #7D6DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DC9 is #829236. Grayscale: #7B7B7B. Windows color (decimal): -8557111 or 13200765. OLE color: 13200765.

HSL color Cylindrical-coordinate representation of color #7D6DC9: hue angle of 250.43º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7D6DC9 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125109201-
CMYK0.380.4600.21
HSL250.43º46%60.78%-
HSV(B)250.43º45.77%78.82%-
XYZ24.4719.5157.74-
YUV124.27171.3128.52-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.74%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 201 (78.91% from 255) = 46.21%
R=28.74%
G=25.06%
B=46.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251092010.380.4600.21250.434660.78
Hex7D6DC9262E015fa2e3d
Octal17515531146560253725675
Binary111110111011011100100110011010111001010111111010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,109,201); }

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

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

 a { background-color: rgb(125,109,201); }

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

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

 span { border-color: rgb(125,109,201); }

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