#787BD8

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

Shades of Moody Blue #787BD8

Tints of Moody Blue #787BD8

Color information

#787BD8 (or 0x787BD8) is unknown color: approx Moody Blue. HEX triplet: 78, 7B and D8. RGB value is (120,123,216). Sum of RGB (Red+Green+Blue) = 120+123+216=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 216 (84.77% from 255 or 47.06% from 459); Max value from RGB is 216 - color contains mainly: blue. Hex color #787BD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BD8 is #878427. Grayscale: #848484. Windows color (decimal): -8881192 or 14187384. OLE color: 14187384.

HSL color Cylindrical-coordinate representation of color #787BD8: hue angle of 238.12º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #787BD8 is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB120123216-
CMYK0.440.4300.15
HSL238.12º55.17%65.88%-
HSV(B)238.12º44.44%84.71%-
XYZ27.2223.1267.99-
YUV132.7175.01118.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.14%
GREEN value IS 123 (48.44% from 255) = 26.80%
BLUE value IS 216 (84.77% from 255) = 47.06%
R=26.14%
G=26.80%
B=47.06%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1201232160.440.4300.15238.1255.1765.88
Hex787BD82C2B0Fee3742
Octal170173330545301735667102
Binary111100011110111101100010110010101101111111011101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,123,216); }

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

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

 a { background-color: rgb(120,123,216); }

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

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

 span { border-color: rgb(120,123,216); }

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