#786AC3

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

Shades of Moody Blue #786AC3

Tints of Moody Blue #786AC3

Color information

#786AC3 (or 0x786AC3) is unknown color: approx Moody Blue. HEX triplet: 78, 6A and C3. RGB value is (120,106,195). Sum of RGB (Red+Green+Blue) = 120+106+195=421 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.50% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 195 (76.56% from 255 or 46.32% from 421); Max value from RGB is 195 - color contains mainly: blue. Hex color #786AC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786AC3 is #87953C. Grayscale: #777777. Windows color (decimal): -8885565 or 12806776. OLE color: 12806776.

HSL color Cylindrical-coordinate representation of color #786AC3: hue angle of 249.44º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #786AC3 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120106195-
CMYK0.380.4600.24
HSL249.44º42.58%59.02%-
HSV(B)249.44º45.64%76.47%-
XYZ22.7518.2453.95-
YUV120.33170.14127.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.50%
GREEN value IS 106 (41.80% from 255) = 25.18%
BLUE value IS 195 (76.56% from 255) = 46.32%
R=28.50%
G=25.18%
B=46.32%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201061950.380.4600.24249.4442.5859.02
Hex786AC3262E018f92b3b
Octal17015230346560303715373
Binary111100011010101100001110011010111001100011111001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,106,195); }

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

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

 a { background-color: rgb(120,106,195); }

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

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

 span { border-color: rgb(120,106,195); }

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