#7871BF

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

Shades of Moody Blue #7871BF

Tints of Moody Blue #7871BF

Color information

#7871BF (or 0x7871BF) is unknown color: approx Moody Blue. HEX triplet: 78, 71 and BF. RGB value is (120,113,191). Sum of RGB (Red+Green+Blue) = 120+113+191=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 191 (75% from 255 or 45.05% from 424); Max value from RGB is 191 - color contains mainly: blue. Hex color #7871BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7871BF is #878E40. Grayscale: #7B7B7B. Windows color (decimal): -8883777 or 12546424. OLE color: 12546424.

HSL color Cylindrical-coordinate representation of color #7871BF: hue angle of 245.38º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7871BF is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120113191-
CMYK0.370.4100.25
HSL245.38º37.86%59.61%-
HSV(B)245.38º40.84%74.9%-
XYZ23.0519.5651.85-
YUV123.98165.82125.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.30%
GREEN value IS 113 (44.53% from 255) = 26.65%
BLUE value IS 191 (75% from 255) = 45.05%
R=28.30%
G=26.65%
B=45.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201131910.370.4100.25245.3837.8659.61
Hex7871BF2529019f5263c
Octal17016127745510313654674
Binary111100011100011011111110010110100101100111110101100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7871BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7871BF; }

 p { color: rgb(120,113,191); }

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

<style>
 a { background-color: #7871BF; }

 a { background-color: rgb(120,113,191); }

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

<style>
 span { border-color: #7871BF; }

 span { border-color: rgb(120,113,191); }

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