#787BDD

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

Shades of Moody Blue #787BDD

Tints of Moody Blue #787BDD

Color information

#787BDD (or 0x787BDD) is unknown color: approx Moody Blue. HEX triplet: 78, 7B and DD. RGB value is (120,123,221). Sum of RGB (Red+Green+Blue) = 120+123+221=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #787BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BDD is #878422. Grayscale: #848484. Windows color (decimal): -8881187 or 14515064. OLE color: 14515064.

HSL color Cylindrical-coordinate representation of color #787BDD: hue angle of 238.22º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #787BDD is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB120123221-
CMYK0.460.4400.13
HSL238.22º59.76%66.86%-
HSV(B)238.22º45.7%86.67%-
XYZ27.8823.3871.45-
YUV133.27177.51118.53-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 25.86%
GREEN value IS 123 (48.44% from 255) = 26.51%
BLUE value IS 221 (86.72% from 255) = 47.63%
R=25.86%
G=26.51%
B=47.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1201232210.460.4400.13238.2259.7666.86
Hex787BDD2E2C0Dee3c43
Octal170173335565401535674103
Binary111100011110111101110110111010110001101111011101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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