#7F78DA

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

Shades of Moody Blue #7F78DA

Tints of Moody Blue #7F78DA

Color information

#7F78DA (or 0x7F78DA) is unknown color: approx Moody Blue. HEX triplet: 7F, 78 and DA. RGB value is (127,120,218). Sum of RGB (Red+Green+Blue) = 127+120+218=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 120 (47.27% from 255 or 25.81% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F78DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F78DA is #808725. Grayscale: #848484. Windows color (decimal): -8423206 or 14317695. OLE color: 14317695.

HSL color Cylindrical-coordinate representation of color #7F78DA: hue angle of 244.29º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F78DA is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB127120218-
CMYK0.420.4500.15
HSL244.29º56.98%66.27%-
HSV(B)244.29º44.95%85.49%-
XYZ28.1223.0169.29-
YUV133.26175.82123.53-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.31%
GREEN value IS 120 (47.27% from 255) = 25.81%
BLUE value IS 218 (85.55% from 255) = 46.88%
R=27.31%
G=25.81%
B=46.88%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1271202180.420.4500.15244.2956.9866.27
Hex7F78DA2A2D0Ff43942
Octal177170332525501736471102
Binary111111111110001101101010101010110101111111101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F78DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F78DA; }

 p { color: rgb(127,120,218); }

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

<style>
 a { background-color: #7F78DA; }

 a { background-color: rgb(127,120,218); }

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

<style>
 span { border-color: #7F78DA; }

 span { border-color: rgb(127,120,218); }

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