#7C7DB9

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

Shades of Moody Blue #7C7DB9

Tints of Moody Blue #7C7DB9

Color information

#7C7DB9 (or 0x7C7DB9) is unknown color: approx Moody Blue. HEX triplet: 7C, 7D and B9. RGB value is (124,125,185). Sum of RGB (Red+Green+Blue) = 124+125+185=434 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.57% from 434); Green value is 125 (49.22% from 255 or 28.80% from 434); Blue value is 185 (72.66% from 255 or 42.63% from 434); Max value from RGB is 185 - color contains mainly: blue. Hex color #7C7DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7DB9 is #838246. Grayscale: #838383. Windows color (decimal): -8618567 or 12156284. OLE color: 12156284.

HSL color Cylindrical-coordinate representation of color #7C7DB9: hue angle of 239.02º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7C7DB9 is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB124125185-
CMYK0.330.3200.27
HSL239.02º30.35%60.59%-
HSV(B)239.02º32.97%72.55%-
XYZ24.422.4648.95-
YUV131.54158.17122.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.57%
GREEN value IS 125 (49.22% from 255) = 28.80%
BLUE value IS 185 (72.66% from 255) = 42.63%
R=28.57%
G=28.80%
B=42.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241251850.330.3200.27239.0230.3560.59
Hex7C7DB9212001Bef1e3d
Octal17417527141400333573675
Binary11111001111101101110011000011000000110111110111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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