#7876D5

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

Shades of Moody Blue #7876D5

Tints of Moody Blue #7876D5

Color information

#7876D5 (or 0x7876D5) is unknown color: approx Moody Blue. HEX triplet: 78, 76 and D5. RGB value is (120,118,213). Sum of RGB (Red+Green+Blue) = 120+118+213=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 213 (83.59% from 255 or 47.23% from 451); Max value from RGB is 213 - color contains mainly: blue. Hex color #7876D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7876D5 is #87892A. Grayscale: #818181. Windows color (decimal): -8882475 or 13989496. OLE color: 13989496.

HSL color Cylindrical-coordinate representation of color #7876D5: hue angle of 241.26º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7876D5 is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB120118213-
CMYK0.440.4500.16
HSL241.26º53.07%64.9%-
HSV(B)241.26º44.6%83.53%-
XYZ26.2321.7565.77-
YUV129.43175.16121.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.61%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 213 (83.59% from 255) = 47.23%
R=26.61%
G=26.16%
B=47.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1201182130.440.4500.16241.2653.0764.9
Hex7876D52C2D010f13541
Octal170166325545502036165101
Binary1111000111011011010101101100101101010000111100011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7876D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7876D5; }

 p { color: rgb(120,118,213); }

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

<style>
 a { background-color: #7876D5; }

 a { background-color: rgb(120,118,213); }

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

<style>
 span { border-color: #7876D5; }

 span { border-color: rgb(120,118,213); }

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