#786FBD

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

Shades of Moody Blue #786FBD

Tints of Moody Blue #786FBD

Color information

#786FBD (or 0x786FBD) is unknown color: approx Moody Blue. HEX triplet: 78, 6F and BD. RGB value is (120,111,189). Sum of RGB (Red+Green+Blue) = 120+111+189=420 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.57% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #786FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786FBD is #879042. Grayscale: #7A7A7A. Windows color (decimal): -8884291 or 12414840. OLE color: 12414840.

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

Color convert

RGB120111189-
CMYK0.370.4100.26
HSL246.92º37.14%58.82%-
HSV(B)246.92º41.27%74.12%-
XYZ22.6219.0450.63-
YUV122.58165.48126.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.57%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 189 (74.22% from 255) = 45%
R=28.57%
G=26.43%
B=45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1201111890.370.4100.26246.9237.1458.82
Hex786FBD252901Af7253b
Octal17015727545510323674573
Binary111100011011111011110110010110100101101011110111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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