#786DBB

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

Shades of Moody Blue #786DBB

Tints of Moody Blue #786DBB

Color information

#786DBB (or 0x786DBB) is unknown color: approx Moody Blue. HEX triplet: 78, 6D and BB. RGB value is (120,109,187). Sum of RGB (Red+Green+Blue) = 120+109+187=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 187 (73.44% from 255 or 44.95% from 416); Max value from RGB is 187 - color contains mainly: blue. Hex color #786DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786DBB is #879244. Grayscale: #787878. Windows color (decimal): -8884805 or 12283256. OLE color: 12283256.

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

Color convert

RGB120109187-
CMYK0.360.4200.27
HSL248.46º36.45%58.04%-
HSV(B)248.46º41.71%73.33%-
XYZ22.1818.5249.42-
YUV121.18165.14127.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.85%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 187 (73.44% from 255) = 44.95%
R=28.85%
G=26.20%
B=44.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201091870.360.4200.27248.4636.4558.04
Hex786DBB242A01Bf8243a
Octal17015527344520333704472
Binary111100011011011011101110010010101001101111111000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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