#786ED2

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

Shades of Moody Blue #786ED2

Tints of Moody Blue #786ED2

Color information

#786ED2 (or 0x786ED2) is unknown color: approx Moody Blue. HEX triplet: 78, 6E and D2. RGB value is (120,110,210). Sum of RGB (Red+Green+Blue) = 120+110+210=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 210 (82.42% from 255 or 47.73% from 440); Max value from RGB is 210 - color contains mainly: blue. Hex color #786ED2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ED2 is #87912D. Grayscale: #7C7C7C. Windows color (decimal): -8884526 or 13790840. OLE color: 13790840.

HSL color Cylindrical-coordinate representation of color #786ED2: hue angle of 246º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #786ED2 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120110210-
CMYK0.430.4800.18
HSL246º52.63%62.75%-
HSV(B)246º47.62%82.35%-
XYZ24.9519.863.48-
YUV124.39176.31124.87-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.27%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 210 (82.42% from 255) = 47.73%
R=27.27%
G=25%
B=47.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201102100.430.4800.1824652.6362.75
Hex786ED22B30012f6353f
Octal17015632253600223666577
Binary111100011011101101001010101111000001001011110110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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