#787ad0

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

Shades of Moody Blue #787AD0

Tints of Moody Blue #787AD0

Color information

#787AD0 (or 0x787AD0) is unknown color: approx Moody Blue. HEX triplet: 78, 7A and D0. RGB value is (120,122,208). Sum of RGB (Red+Green+Blue) = 120+122+208=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #787AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787AD0 is #87852F. Grayscale: #828282. Windows color (decimal): -8881456 or 13662840. OLE color: 13662840.

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

Color convert

RGB120122208-
CMYK0.420.4100.18
HSL238.64º48.35%64.31%-
HSV(B)238.64º42.31%81.57%-
XYZ26.0922.4762.64-
YUV131.21171.34120.01-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 208 (81.64% from 255) = 46.22%
R=26.67%
G=27.11%
B=46.22%

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
Decimal1201222080.420.4100.18238.6448.3564.31
Hex787AD02A29012ef3040
Octal170172320525102235760100
Binary1111000111101011010000101010101001010010111011111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787ad0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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