#7873BF

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

Shades of Moody Blue #7873BF

Tints of Moody Blue #7873BF

Color information

#7873BF (or 0x7873BF) is unknown color: approx Moody Blue. HEX triplet: 78, 73 and BF. RGB value is (120,115,191). Sum of RGB (Red+Green+Blue) = 120+115+191=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #7873BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7873BF is #878C40. Grayscale: #7C7C7C. Windows color (decimal): -8883265 or 12546936. OLE color: 12546936.

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

Color convert

RGB120115191-
CMYK0.370.4000.25
HSL243.95º37.25%60%-
HSV(B)243.95º39.79%74.9%-
XYZ23.2820.0251.93-
YUV125.16165.16124.32-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.17%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 191 (75% from 255) = 44.84%
R=28.17%
G=27.00%
B=44.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1201151910.370.4000.25243.9537.2560
Hex7873BF2528019f4253c
Octal17016327745500313644574
Binary111100011100111011111110010110100001100111110100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7873BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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