#7D6BD3

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

Shades of Moody Blue #7D6BD3

Tints of Moody Blue #7D6BD3

Color information

#7D6BD3 (or 0x7D6BD3) is unknown color: approx Moody Blue. HEX triplet: 7D, 6B and D3. RGB value is (125,107,211). Sum of RGB (Red+Green+Blue) = 125+107+211=443 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.22% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 211 (82.81% from 255 or 47.63% from 443); Max value from RGB is 211 - color contains mainly: blue. Hex color #7D6BD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6BD3 is #82942C. Grayscale: #7B7B7B. Windows color (decimal): -8557613 or 13855613. OLE color: 13855613.

HSL color Cylindrical-coordinate representation of color #7D6BD3: hue angle of 250.38º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7D6BD3 is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB125107211-
CMYK0.410.4900.17
HSL250.38º54.17%62.35%-
HSV(B)250.38º49.29%82.75%-
XYZ25.4719.5864.06-
YUV124.24176.96128.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.22%
GREEN value IS 107 (42.19% from 255) = 24.15%
BLUE value IS 211 (82.81% from 255) = 47.63%
R=28.22%
G=24.15%
B=47.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1251072110.410.4900.17250.3854.1762.35
Hex7D6BD32931011fa363e
Octal17515332351610213726676
Binary111110111010111101001110100111000101000111111010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6BD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,107,211); }

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

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

 a { background-color: rgb(125,107,211); }

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

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

 span { border-color: rgb(125,107,211); }

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