#787DD0

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

Shades of Moody Blue #787DD0

Tints of Moody Blue #787DD0

Color information

#787DD0 (or 0x787DD0) is unknown color: approx Moody Blue. HEX triplet: 78, 7D and D0. RGB value is (120,125,208). Sum of RGB (Red+Green+Blue) = 120+125+208=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #787DD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787DD0 is #87822F. Grayscale: #848484. Windows color (decimal): -8880688 or 13663608. OLE color: 13663608.

HSL color Cylindrical-coordinate representation of color #787DD0: hue angle of 236.59º 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 #787DD0 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB120125208-
CMYK0.420.4000.18
HSL236.59º48.35%64.31%-
HSV(B)236.59º42.31%81.57%-
XYZ26.4623.2162.76-
YUV132.97170.34118.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.49%
GREEN value IS 125 (49.22% from 255) = 27.59%
BLUE value IS 208 (81.64% from 255) = 45.92%
R=26.49%
G=27.59%
B=45.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1201252080.420.4000.18236.5948.3564.31
Hex787DD02A28012ed3040
Octal170175320525002235560100
Binary1111000111110111010000101010101000010010111011011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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