#7D6ACD

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

Shades of Moody Blue #7D6ACD

Tints of Moody Blue #7D6ACD

Color information

#7D6ACD (or 0x7D6ACD) is unknown color: approx Moody Blue. HEX triplet: 7D, 6A and CD. RGB value is (125,106,205). Sum of RGB (Red+Green+Blue) = 125+106+205=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 106 (41.80% from 255 or 24.31% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D6ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6ACD is #829532. Grayscale: #7A7A7A. Windows color (decimal): -8557875 or 13462141. OLE color: 13462141.

HSL color Cylindrical-coordinate representation of color #7D6ACD: hue angle of 251.52º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D6ACD is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125106205-
CMYK0.390.4800.20
HSL251.52º49.75%60.98%-
HSV(B)251.52º48.29%80.39%-
XYZ24.6319.0860.14-
YUV122.97174.29129.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.67%
GREEN value IS 106 (41.80% from 255) = 24.31%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=28.67%
G=24.31%
B=47.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251062050.390.4800.20251.5249.7560.98
Hex7D6ACD2730014fc323d
Octal17515231547600243746275
Binary111110111010101100110110011111000001010011111100110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,106,205); }

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

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

 a { background-color: rgb(125,106,205); }

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

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

 span { border-color: rgb(125,106,205); }

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