#787FDC

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

Shades of Moody Blue #787FDC

Tints of Moody Blue #787FDC

Color information

#787FDC (or 0x787FDC) is unknown color: approx Moody Blue. HEX triplet: 78, 7F and DC. RGB value is (120,127,220). Sum of RGB (Red+Green+Blue) = 120+127+220=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #787FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787FDC is #878023. Grayscale: #878787. Windows color (decimal): -8880164 or 14450552. OLE color: 14450552.

HSL color Cylindrical-coordinate representation of color #787FDC: hue angle of 235.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #787FDC is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB120127220-
CMYK0.450.4200.14
HSL235.8º58.82%66.67%-
HSV(B)235.8º45.45%86.27%-
XYZ28.2524.3470.92-
YUV135.51175.68116.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.70%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=25.70%
G=27.19%
B=47.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1201272200.450.4200.14235.858.8266.67
Hex787FDC2D2A0Eec3b43
Octal170177334555201635473103
Binary111100011111111101110010110110101001110111011001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #787FDC; }

 p { color: rgb(120,127,220); }

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

<style>
 a { background-color: #787FDC; }

 a { background-color: rgb(120,127,220); }

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

<style>
 span { border-color: #787FDC; }

 span { border-color: rgb(120,127,220); }

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