#7872BE

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

Shades of Moody Blue #7872BE

Tints of Moody Blue #7872BE

Color information

#7872BE (or 0x7872BE) is unknown color: approx Moody Blue. HEX triplet: 78, 72 and BE. RGB value is (120,114,190). Sum of RGB (Red+Green+Blue) = 120+114+190=424 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.30% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #7872BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7872BE is #878D41. Grayscale: #7C7C7C. Windows color (decimal): -8883522 or 12481144. OLE color: 12481144.

HSL color Cylindrical-coordinate representation of color #7872BE: hue angle of 244.74º 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 #7872BE is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB120114190-
CMYK0.370.4000.25
HSL244.74º36.89%59.61%-
HSV(B)244.74º40%74.51%-
XYZ23.0619.7551.31-
YUV124.46164.99124.82-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 28.30%
GREEN value IS 114 (44.92% from 255) = 26.89%
BLUE value IS 190 (74.61% from 255) = 44.81%
R=28.30%
G=26.89%
B=44.81%

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
Decimal1201141900.370.4000.25244.7436.8959.61
Hex7872BE2528019f5253c
Octal17016227645500313654574
Binary111100011100101011111010010110100001100111110101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7872BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7872BE; }

 p { color: rgb(120,114,190); }

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

<style>
 a { background-color: #7872BE; }

 a { background-color: rgb(120,114,190); }

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

<style>
 span { border-color: #7872BE; }

 span { border-color: rgb(120,114,190); }

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