#7D6BD1

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

Shades of Moody Blue #7D6BD1

Tints of Moody Blue #7D6BD1

Color information

#7D6BD1 (or 0x7D6BD1) is unknown color: approx Moody Blue. HEX triplet: 7D, 6B and D1. RGB value is (125,107,209). Sum of RGB (Red+Green+Blue) = 125+107+209=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 209 (82.03% from 255 or 47.39% from 441); Max value from RGB is 209 - color contains mainly: blue. Hex color #7D6BD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6BD1 is #82942E. Grayscale: #7B7B7B. Windows color (decimal): -8557615 or 13724541. OLE color: 13724541.

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

Color convert

RGB125107209-
CMYK0.400.4900.18
HSL250.59º52.58%61.96%-
HSV(B)250.59º48.8%81.96%-
XYZ25.2219.4862.75-
YUV124.01175.96128.71-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.34%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 209 (82.03% from 255) = 47.39%
R=28.34%
G=24.26%
B=47.39%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1251072090.400.4900.18250.5952.5861.96
Hex7D6BD12831012fb353e
Octal17515332150610223736576
Binary111110111010111101000110100011000101001011111011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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