#7D7BDC

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

Shades of Moody Blue #7D7BDC

Tints of Moody Blue #7D7BDC

Color information

#7D7BDC (or 0x7D7BDC) is unknown color: approx Moody Blue. HEX triplet: 7D, 7B and DC. RGB value is (125,123,220). Sum of RGB (Red+Green+Blue) = 125+123+220=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D7BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7BDC is #828423. Grayscale: #868686. Windows color (decimal): -8553508 or 14449533. OLE color: 14449533.

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

Color convert

RGB125123220-
CMYK0.430.4400.14
HSL241.24º58.08%67.25%-
HSV(B)241.24º44.09%86.27%-
XYZ28.4623.6970.78-
YUV134.66176.16121.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.71%
GREEN value IS 123 (48.44% from 255) = 26.28%
BLUE value IS 220 (86.33% from 255) = 47.01%
R=26.71%
G=26.28%
B=47.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251232200.430.4400.14241.2458.0867.25
Hex7D7BDC2B2C0Ef13a43
Octal175173334535401636172103
Binary111110111110111101110010101110110001110111100011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7BDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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