#786BBD

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

Shades of Moody Blue #786BBD

Tints of Moody Blue #786BBD

Color information

#786BBD (or 0x786BBD) is unknown color: approx Moody Blue. HEX triplet: 78, 6B and BD. RGB value is (120,107,189). Sum of RGB (Red+Green+Blue) = 120+107+189=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #786BBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BBD is #879442. Grayscale: #777777. Windows color (decimal): -8885315 or 12413816. OLE color: 12413816.

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

Color convert

RGB120107189-
CMYK0.370.4300.26
HSL249.51º38.32%58.04%-
HSV(B)249.51º43.39%74.12%-
XYZ22.1918.1850.48-
YUV120.23166.81127.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.85%
GREEN value IS 107 (42.19% from 255) = 25.72%
BLUE value IS 189 (74.22% from 255) = 45.43%
R=28.85%
G=25.72%
B=45.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201071890.370.4300.26249.5138.3258.04
Hex786BBD252B01Afa263a
Octal17015327545530323724672
Binary111100011010111011110110010110101101101011111010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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