#787BC1

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

Shades of Moody Blue #787BC1

Tints of Moody Blue #787BC1

Color information

#787BC1 (or 0x787BC1) is unknown color: approx Moody Blue. HEX triplet: 78, 7B and C1. RGB value is (120,123,193). Sum of RGB (Red+Green+Blue) = 120+123+193=436 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.52% from 436); Green value is 123 (48.44% from 255 or 28.21% from 436); Blue value is 193 (75.78% from 255 or 44.27% from 436); Max value from RGB is 193 - color contains mainly: blue. Hex color #787BC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BC1 is #87843E. Grayscale: #818181. Windows color (decimal): -8881215 or 12680056. OLE color: 12680056.

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

Color convert

RGB120123193-
CMYK0.380.3600.24
HSL237.53º37.06%61.37%-
HSV(B)237.53º37.82%75.69%-
XYZ24.4522.0153.41-
YUV130.08163.51120.81-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.52%
GREEN value IS 123 (48.44% from 255) = 28.21%
BLUE value IS 193 (75.78% from 255) = 44.27%
R=27.52%
G=28.21%
B=44.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201231930.380.3600.24237.5337.0661.37
Hex787BC12624018ee253d
Octal17017330146440303564575
Binary111100011110111100000110011010010001100011101110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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