#786BBA

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

Shades of Moody Blue #786BBA

Tints of Moody Blue #786BBA

Color information

#786BBA (or 0x786BBA) is unknown color: approx Moody Blue. HEX triplet: 78, 6B and BA. RGB value is (120,107,186). Sum of RGB (Red+Green+Blue) = 120+107+186=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #786BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786BBA is #879445. Grayscale: #777777. Windows color (decimal): -8885318 or 12217208. OLE color: 12217208.

HSL color Cylindrical-coordinate representation of color #786BBA: hue angle of 249.87º 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 #786BBA is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120107186-
CMYK0.350.4200.27
HSL249.87º36.41%57.45%-
HSV(B)249.87º42.47%72.94%-
XYZ21.8718.0548.79-
YUV119.89165.31128.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.06%
GREEN value IS 107 (42.19% from 255) = 25.91%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=29.06%
G=25.91%
B=45.04%

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
Decimal1201071860.350.4200.27249.8736.4157.45
Hex786BBA232A01Bfa2439
Octal17015327243520333724471
Binary111100011010111011101010001110101001101111111010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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