#786BB9

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

Shades of Moody Blue #786BB9

Tints of Moody Blue #786BB9

Color information

#786BB9 (or 0x786BB9) is unknown color: approx Moody Blue. HEX triplet: 78, 6B and B9. RGB value is (120,107,185). Sum of RGB (Red+Green+Blue) = 120+107+185=412 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.13% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #786BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BB9 is #879446. Grayscale: #777777. Windows color (decimal): -8885319 or 12151672. OLE color: 12151672.

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

Color convert

RGB120107185-
CMYK0.350.4200.27
HSL250º35.78%57.25%-
HSV(B)250º42.16%72.55%-
XYZ21.7618.0148.23-
YUV119.78164.81128.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.13%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 185 (72.66% from 255) = 44.90%
R=29.13%
G=25.97%
B=44.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201071850.350.4200.2725035.7857.25
Hex786BB9232A01Bfa2439
Octal17015327143520333724471
Binary111100011010111011100110001110101001101111111010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,107,185); }

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

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

 a { background-color: rgb(120,107,185); }

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

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

 span { border-color: rgb(120,107,185); }

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