#787ABF

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

Shades of Moody Blue #787ABF

Tints of Moody Blue #787ABF

Color information

#787ABF (or 0x787ABF) is unknown color: approx Moody Blue. HEX triplet: 78, 7A and BF. RGB value is (120,122,191). Sum of RGB (Red+Green+Blue) = 120+122+191=433 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.71% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #787ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ABF is #878540. Grayscale: #808080. Windows color (decimal): -8881473 or 12548728. OLE color: 12548728.

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

Color convert

RGB120122191-
CMYK0.370.3600.25
HSL238.31º35.68%60.98%-
HSV(B)238.31º37.17%74.9%-
XYZ24.1121.6752.2-
YUV129.27162.84121.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.71%
GREEN value IS 122 (48.05% from 255) = 28.18%
BLUE value IS 191 (75% from 255) = 44.11%
R=27.71%
G=28.18%
B=44.11%

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
Decimal1201221910.370.3600.25238.3135.6860.98
Hex787ABF2524019ee243d
Octal17017227745440313564475
Binary111100011110101011111110010110010001100111101110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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