#7C7DBF

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

Shades of Moody Blue #7C7DBF

Tints of Moody Blue #7C7DBF

Color information

#7C7DBF (or 0x7C7DBF) is unknown color: approx Moody Blue. HEX triplet: 7C, 7D and BF. RGB value is (124,125,191). Sum of RGB (Red+Green+Blue) = 124+125+191=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 191 (75% from 255 or 43.41% from 440); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C7DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7DBF is #838240. Grayscale: #838383. Windows color (decimal): -8618561 or 12549500. OLE color: 12549500.

HSL color Cylindrical-coordinate representation of color #7C7DBF: hue angle of 239.1º 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 #7C7DBF is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124125191-
CMYK0.350.3500.25
HSL239.1º34.36%61.76%-
HSV(B)239.1º35.08%74.9%-
XYZ25.0522.7152.35-
YUV132.22161.17122.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.18%
GREEN value IS 125 (49.22% from 255) = 28.41%
BLUE value IS 191 (75% from 255) = 43.41%
R=28.18%
G=28.41%
B=43.41%

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
Decimal1241251910.350.3500.25239.134.3661.76
Hex7C7DBF2323019ef223e
Octal17417527743430313574276
Binary111110011111011011111110001110001101100111101111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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