#787ABA

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

Shades of Moody Blue #787ABA

Tints of Moody Blue #787ABA

Color information

#787ABA (or 0x787ABA) is unknown color: approx Moody Blue. HEX triplet: 78, 7A and BA. RGB value is (120,122,186). Sum of RGB (Red+Green+Blue) = 120+122+186=428 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.04% from 428); Green value is 122 (48.05% from 255 or 28.50% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #787ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ABA is #878545. Grayscale: #808080. Windows color (decimal): -8881478 or 12221048. OLE color: 12221048.

HSL color Cylindrical-coordinate representation of color #787ABA: hue angle of 238.18º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #787ABA is Cyan = 0.35, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB120122186-
CMYK0.350.3400.27
HSL238.18º32.35%60%-
HSV(B)238.18º35.48%72.94%-
XYZ23.5721.4649.35-
YUV128.7160.34121.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.04%
GREEN value IS 122 (48.05% from 255) = 28.50%
BLUE value IS 186 (73.05% from 255) = 43.46%
R=28.04%
G=28.50%
B=43.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201221860.350.3400.27238.1832.3560
Hex787ABA232201Bee203c
Octal17017227243420333564074
Binary111100011110101011101010001110001001101111101110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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