#7D7BDD

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

Shades of Moody Blue #7D7BDD

Tints of Moody Blue #7D7BDD

Color information

#7D7BDD (or 0x7D7BDD) is unknown color: approx Moody Blue. HEX triplet: 7D, 7B and DD. RGB value is (125,123,221). Sum of RGB (Red+Green+Blue) = 125+123+221=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D7BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7BDD is #828422. Grayscale: #868686. Windows color (decimal): -8553507 or 14515069. OLE color: 14515069.

HSL color Cylindrical-coordinate representation of color #7D7BDD: hue angle of 241.22º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D7BDD is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB125123221-
CMYK0.430.4400.13
HSL241.22º59.04%67.45%-
HSV(B)241.22º44.34%86.67%-
XYZ28.5923.7571.48-
YUV134.77176.66121.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.65%
GREEN value IS 123 (48.44% from 255) = 26.23%
BLUE value IS 221 (86.72% from 255) = 47.12%
R=26.65%
G=26.23%
B=47.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1251232210.430.4400.13241.2259.0467.45
Hex7D7BDD2B2C0Df13b43
Octal175173335535401536173103
Binary111110111110111101110110101110110001101111100011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,123,221); }

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

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

 a { background-color: rgb(125,123,221); }

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

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

 span { border-color: rgb(125,123,221); }

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