#7D6CD1

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

Shades of Moody Blue #7D6CD1

Tints of Moody Blue #7D6CD1

Color information

#7D6CD1 (or 0x7D6CD1) is unknown color: approx Moody Blue. HEX triplet: 7D, 6C and D1. RGB value is (125,108,209). Sum of RGB (Red+Green+Blue) = 125+108+209=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 108 (42.58% from 255 or 24.43% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #7D6CD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6CD1 is #82932E. Grayscale: #7C7C7C. Windows color (decimal): -8557359 or 13724797. OLE color: 13724797.

HSL color Cylindrical-coordinate representation of color #7D6CD1: hue angle of 250.1º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D6CD1 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB125108209-
CMYK0.400.4800.18
HSL250.1º52.33%62.16%-
HSV(B)250.1º48.33%81.96%-
XYZ25.3319.6962.79-
YUV124.6175.63128.29-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.28%
GREEN value IS 108 (42.58% from 255) = 24.43%
BLUE value IS 209 (82.03% from 255) = 47.29%
R=28.28%
G=24.43%
B=47.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1251082090.400.4800.18250.152.3362.16
Hex7D6CD12830012fa343e
Octal17515432150600223726476
Binary111110111011001101000110100011000001001011111010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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