#786FBF

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

Shades of Moody Blue #786FBF

Tints of Moody Blue #786FBF

Color information

#786FBF (or 0x786FBF) is unknown color: approx Moody Blue. HEX triplet: 78, 6F and BF. RGB value is (120,111,191). Sum of RGB (Red+Green+Blue) = 120+111+191=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 191 (75% from 255 or 45.26% from 422); Max value from RGB is 191 - color contains mainly: blue. Hex color #786FBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786FBF is #879040. Grayscale: #7A7A7A. Windows color (decimal): -8884289 or 12545912. OLE color: 12545912.

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

Color convert

RGB120111191-
CMYK0.370.4200.25
HSL246.75º38.46%59.22%-
HSV(B)246.75º41.88%74.9%-
XYZ22.8319.1251.78-
YUV122.81166.48126-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.44%
GREEN value IS 111 (43.75% from 255) = 26.30%
BLUE value IS 191 (75% from 255) = 45.26%
R=28.44%
G=26.30%
B=45.26%

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
Decimal1201111910.370.4200.25246.7538.4659.22
Hex786FBF252A019f7263b
Octal17015727745520313674673
Binary111100011011111011111110010110101001100111110111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,111,191); }

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

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

 a { background-color: rgb(120,111,191); }

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

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

 span { border-color: rgb(120,111,191); }

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