#786FCB

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

Shades of Moody Blue #786FCB

Tints of Moody Blue #786FCB

Color information

#786FCB (or 0x786FCB) is unknown color: approx Moody Blue. HEX triplet: 78, 6F and CB. RGB value is (120,111,203). Sum of RGB (Red+Green+Blue) = 120+111+203=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #786FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786FCB is #879034. Grayscale: #7B7B7B. Windows color (decimal): -8884277 or 13332344. OLE color: 13332344.

HSL color Cylindrical-coordinate representation of color #786FCB: hue angle of 245.87º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #786FCB is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120111203-
CMYK0.410.4500.20
HSL245.87º46.94%61.57%-
HSV(B)245.87º45.32%79.61%-
XYZ24.2119.6759.02-
YUV124.18172.48125.02-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.65%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 203 (79.69% from 255) = 46.77%
R=27.65%
G=25.58%
B=46.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201112030.410.4500.20245.8746.9461.57
Hex786FCB292D014f62f3e
Octal17015731351550243665776
Binary111100011011111100101110100110110101010011110110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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