#787BD0

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

Shades of Moody Blue #787BD0

Tints of Moody Blue #787BD0

Color information

#787BD0 (or 0x787BD0) is unknown color: approx Moody Blue. HEX triplet: 78, 7B and D0. RGB value is (120,123,208). Sum of RGB (Red+Green+Blue) = 120+123+208=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 123 (48.44% from 255 or 27.27% from 451); Blue value is 208 (81.64% from 255 or 46.12% from 451); Max value from RGB is 208 - color contains mainly: blue. Hex color #787BD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787BD0 is #87842F. Grayscale: #838383. Windows color (decimal): -8881200 or 13663096. OLE color: 13663096.

HSL color Cylindrical-coordinate representation of color #787BD0: hue angle of 237.95º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #787BD0 is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120123208-
CMYK0.420.4100.18
HSL237.95º48.35%64.31%-
HSV(B)237.95º42.31%81.57%-
XYZ26.2122.7162.68-
YUV131.79171.01119.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.61%
GREEN value IS 123 (48.44% from 255) = 27.27%
BLUE value IS 208 (81.64% from 255) = 46.12%
R=26.61%
G=27.27%
B=46.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201232080.420.4100.18237.9548.3564.31
Hex787BD02A29012ee3040
Octal170173320525102235660100
Binary1111000111101111010000101010101001010010111011101100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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