#786FCA

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

Shades of Moody Blue #786FCA

Tints of Moody Blue #786FCA

Color information

#786FCA (or 0x786FCA) is unknown color: approx Moody Blue. HEX triplet: 78, 6F and CA. RGB value is (120,111,202). Sum of RGB (Red+Green+Blue) = 120+111+202=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #786FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786FCA is #879035. Grayscale: #7B7B7B. Windows color (decimal): -8884278 or 13266808. OLE color: 13266808.

HSL color Cylindrical-coordinate representation of color #786FCA: hue angle of 245.93º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #786FCA is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB120111202-
CMYK0.410.4500.21
HSL245.93º46.19%61.37%-
HSV(B)245.93º45.05%79.22%-
XYZ24.0919.6358.4-
YUV124.06171.98125.1-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.71%
GREEN value IS 111 (43.75% from 255) = 25.64%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=27.71%
G=25.64%
B=46.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1201112020.410.4500.21245.9346.1961.37
Hex786FCA292D015f62e3d
Octal17015731251550253665675
Binary111100011011111100101010100110110101010111110110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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