#786FCF

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

Shades of Moody Blue #786FCF

Tints of Moody Blue #786FCF

Color information

#786FCF (or 0x786FCF) is unknown color: approx Moody Blue. HEX triplet: 78, 6F and CF. RGB value is (120,111,207). Sum of RGB (Red+Green+Blue) = 120+111+207=438 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.40% from 438); Green value is 111 (43.75% from 255 or 25.34% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 207 - color contains mainly: blue. Hex color #786FCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786FCF is #879030. Grayscale: #7C7C7C. Windows color (decimal): -8884273 or 13594488. OLE color: 13594488.

HSL color Cylindrical-coordinate representation of color #786FCF: hue angle of 245.62º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #786FCF is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB120111207-
CMYK0.420.4600.19
HSL245.62º50%62.35%-
HSV(B)245.62º46.38%81.18%-
XYZ24.6919.8761.56-
YUV124.64174.48124.69-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.40%
GREEN value IS 111 (43.75% from 255) = 25.34%
BLUE value IS 207 (81.25% from 255) = 47.26%
R=27.40%
G=25.34%
B=47.26%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1201112070.420.4600.19245.625062.35
Hex786FCF2A2E013f6323e
Octal17015731752560233666276
Binary111100011011111100111110101010111001001111110110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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