#787CCF

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

Shades of Moody Blue #787CCF

Tints of Moody Blue #787CCF

Color information

#787CCF (or 0x787CCF) is unknown color: approx Moody Blue. HEX triplet: 78, 7C and CF. RGB value is (120,124,207). Sum of RGB (Red+Green+Blue) = 120+124+207=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 124 (48.83% from 255 or 27.49% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #787CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787CCF is #878330. Grayscale: #838383. Windows color (decimal): -8880945 or 13597816. OLE color: 13597816.

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

Color convert

RGB120124207-
CMYK0.420.4000.19
HSL237.24º47.54%64.12%-
HSV(B)237.24º42.03%81.18%-
XYZ26.2222.9162.07-
YUV132.27170.17119.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.61%
GREEN value IS 124 (48.83% from 255) = 27.49%
BLUE value IS 207 (81.25% from 255) = 45.90%
R=26.61%
G=27.49%
B=45.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1201242070.420.4000.19237.2447.5464.12
Hex787CCF2A28013ed3040
Octal170174317525002335560100
Binary1111000111110011001111101010101000010011111011011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #787CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,124,207); }

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

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

 a { background-color: rgb(120,124,207); }

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

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

 span { border-color: rgb(120,124,207); }

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