#7D7DBF

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

Shades of Moody Blue #7D7DBF

Tints of Moody Blue #7D7DBF

Color information

#7D7DBF (or 0x7D7DBF) is unknown color: approx Moody Blue. HEX triplet: 7D, 7D and BF. RGB value is (125,125,191). Sum of RGB (Red+Green+Blue) = 125+125+191=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #7D7DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7DBF is #828240. Grayscale: #848484. Windows color (decimal): -8553025 or 12549501. OLE color: 12549501.

HSL color Cylindrical-coordinate representation of color #7D7DBF: hue angle of 240º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D7DBF is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB125125191-
CMYK0.350.3500.25
HSL240º34.02%61.96%-
HSV(B)240º34.55%74.9%-
XYZ25.222.7952.36-
YUV132.52161122.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.34%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 191 (75% from 255) = 43.31%
R=28.34%
G=28.34%
B=43.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251251910.350.3500.2524034.0261.96
Hex7D7DBF2323019f0223e
Octal17517527743430313604276
Binary111110111111011011111110001110001101100111110000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,125,191); }

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

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

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

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

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

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

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