#787AC1

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

Shades of Moody Blue #787AC1

Tints of Moody Blue #787AC1

Color information

#787AC1 (or 0x787AC1) is unknown color: approx Moody Blue. HEX triplet: 78, 7A and C1. RGB value is (120,122,193). Sum of RGB (Red+Green+Blue) = 120+122+193=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 122 (48.05% from 255 or 28.05% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #787AC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787AC1 is #87853E. Grayscale: #818181. Windows color (decimal): -8881471 or 12679800. OLE color: 12679800.

HSL color Cylindrical-coordinate representation of color #787AC1: hue angle of 238.36º 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 #787AC1 is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB120122193-
CMYK0.380.3700.24
HSL238.36º37.06%61.37%-
HSV(B)238.36º37.82%75.69%-
XYZ24.3321.7653.37-
YUV129.5163.84121.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.59%
GREEN value IS 122 (48.05% from 255) = 28.05%
BLUE value IS 193 (75.78% from 255) = 44.37%
R=27.59%
G=28.05%
B=44.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1201221930.380.3700.24238.3637.0661.37
Hex787AC12625018ee253d
Octal17017230146450303564575
Binary111100011110101100000110011010010101100011101110100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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