#786DBC

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

Shades of Moody Blue #786DBC

Tints of Moody Blue #786DBC

Color information

#786DBC (or 0x786DBC) is unknown color: approx Moody Blue. HEX triplet: 78, 6D and BC. RGB value is (120,109,188). Sum of RGB (Red+Green+Blue) = 120+109+188=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 109 (42.97% from 255 or 26.14% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #786DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786DBC is #879243. Grayscale: #787878. Windows color (decimal): -8884804 or 12348792. OLE color: 12348792.

HSL color Cylindrical-coordinate representation of color #786DBC: hue angle of 248.35º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #786DBC is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB120109188-
CMYK0.360.4200.26
HSL248.35º37.09%58.24%-
HSV(B)248.35º42.02%73.73%-
XYZ22.2918.5649.98-
YUV121.3165.64127.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.78%
GREEN value IS 109 (42.97% from 255) = 26.14%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=28.78%
G=26.14%
B=45.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201091880.360.4200.26248.3537.0958.24
Hex786DBC242A01Af8253a
Octal17015527444520323704572
Binary111100011011011011110010010010101001101011111000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786DBC; }

 p { color: rgb(120,109,188); }

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

<style>
 a { background-color: #786DBC; }

 a { background-color: rgb(120,109,188); }

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

<style>
 span { border-color: #786DBC; }

 span { border-color: rgb(120,109,188); }

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