#787BBF

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

Shades of Moody Blue #787BBF

Tints of Moody Blue #787BBF

Color information

#787BBF (or 0x787BBF) is unknown color: approx Moody Blue. HEX triplet: 78, 7B and BF. RGB value is (120,123,191). Sum of RGB (Red+Green+Blue) = 120+123+191=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 191 (75% from 255 or 44.01% from 434); Max value from RGB is 191 - color contains mainly: blue. Hex color #787BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BBF is #878440. Grayscale: #818181. Windows color (decimal): -8881217 or 12548984. OLE color: 12548984.

HSL color Cylindrical-coordinate representation of color #787BBF: hue angle of 237.46º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #787BBF is Cyan = 0.37, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120123191-
CMYK0.370.3600.25
HSL237.46º35.68%60.98%-
HSV(B)237.46º37.17%74.9%-
XYZ24.2321.9252.24-
YUV129.85162.51120.97-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.65%
GREEN value IS 123 (48.44% from 255) = 28.34%
BLUE value IS 191 (75% from 255) = 44.01%
R=27.65%
G=28.34%
B=44.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201231910.370.3600.25237.4635.6860.98
Hex787BBF2524019ed243d
Octal17017327745440313554475
Binary111100011110111011111110010110010001100111101101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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