#786ECC

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

Shades of Moody Blue #786ECC

Tints of Moody Blue #786ECC

Color information

#786ECC (or 0x786ECC) is unknown color: approx Moody Blue. HEX triplet: 78, 6E and CC. RGB value is (120,110,204). Sum of RGB (Red+Green+Blue) = 120+110+204=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 110 (43.36% from 255 or 25.35% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #786ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786ECC is #879133. Grayscale: #7B7B7B. Windows color (decimal): -8884532 or 13397624. OLE color: 13397624.

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

Color convert

RGB120110204-
CMYK0.410.4600.2
HSL246.38º47.96%61.57%-
HSV(B)246.38º46.08%80%-
XYZ24.2219.559.61-
YUV123.71173.31125.36-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.65%
GREEN value IS 110 (43.36% from 255) = 25.35%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=27.65%
G=25.35%
B=47.00%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1201102040.410.4600.2246.3847.9661.57
Hex786ECC292E014f6303e
Octal17015631451560243666076
Binary111100011011101100110010100110111001010011110110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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