#787ABB

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

Shades of Moody Blue #787ABB

Tints of Moody Blue #787ABB

Color information

#787ABB (or 0x787ABB) is unknown color: approx Moody Blue. HEX triplet: 78, 7A and BB. RGB value is (120,122,187). Sum of RGB (Red+Green+Blue) = 120+122+187=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 187 (73.44% from 255 or 43.59% from 429); Max value from RGB is 187 - color contains mainly: blue. Hex color #787ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787ABB is #878544. Grayscale: #808080. Windows color (decimal): -8881477 or 12286584. OLE color: 12286584.

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

Color convert

RGB120122187-
CMYK0.360.3500.27
HSL238.21º33%60.2%-
HSV(B)238.21º35.83%73.33%-
XYZ23.6721.549.92-
YUV128.81160.84121.71-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.97%
GREEN value IS 122 (48.05% from 255) = 28.44%
BLUE value IS 187 (73.44% from 255) = 43.59%
R=27.97%
G=28.44%
B=43.59%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201221870.360.3500.27238.213360.2
Hex787ABB242301Bee213c
Octal17017227344430333564174
Binary111100011110101011101110010010001101101111101110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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