#786EBE

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

Shades of Moody Blue #786EBE

Tints of Moody Blue #786EBE

Color information

#786EBE (or 0x786EBE) is unknown color: approx Moody Blue. HEX triplet: 78, 6E and BE. RGB value is (120,110,190). Sum of RGB (Red+Green+Blue) = 120+110+190=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #786EBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786EBE is #879141. Grayscale: #797979. Windows color (decimal): -8884546 or 12480120. OLE color: 12480120.

HSL color Cylindrical-coordinate representation of color #786EBE: hue angle of 247.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #786EBE is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120110190-
CMYK0.370.4200.25
HSL247.5º38.1%58.82%-
HSV(B)247.5º42.11%74.51%-
XYZ22.6218.8651.16-
YUV122.11166.31126.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.57%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=28.57%
G=26.19%
B=45.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201101900.370.4200.25247.538.158.82
Hex786EBE252A019f8263b
Octal17015627645520313704673
Binary111100011011101011111010010110101001100111111000100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,110,190); }

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

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

 a { background-color: rgb(120,110,190); }

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

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

 span { border-color: rgb(120,110,190); }

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