#7D6DCF

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

Shades of Moody Blue #7D6DCF

Tints of Moody Blue #7D6DCF

Color information

#7D6DCF (or 0x7D6DCF) is unknown color: approx Moody Blue. HEX triplet: 7D, 6D and CF. RGB value is (125,109,207). Sum of RGB (Red+Green+Blue) = 125+109+207=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D6DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6DCF is #829230. Grayscale: #7C7C7C. Windows color (decimal): -8557105 or 13593981. OLE color: 13593981.

HSL color Cylindrical-coordinate representation of color #7D6DCF: hue angle of 249.8º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D6DCF is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125109207-
CMYK0.400.4700.19
HSL249.8º50.52%61.96%-
HSV(B)249.8º47.34%81.18%-
XYZ25.1919.861.53-
YUV124.96174.3128.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.34%
GREEN value IS 109 (42.97% from 255) = 24.72%
BLUE value IS 207 (81.25% from 255) = 46.94%
R=28.34%
G=24.72%
B=46.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251092070.400.4700.19249.850.5261.96
Hex7D6DCF282F013fa333e
Octal17515531750570233726376
Binary111110111011011100111110100010111101001111111010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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