#878AC7

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

Shades of Moody Blue #878AC7

Tints of Moody Blue #878AC7

Color information

#878AC7 (or 0x878AC7) is unknown color: approx Moody Blue. HEX triplet: 87, 8A and C7. RGB value is (135,138,199). Sum of RGB (Red+Green+Blue) = 135+138+199=472 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.60% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 199 - color contains mainly: blue. Hex color #878AC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878AC7 is #787538. Grayscale: #8F8F8F. Windows color (decimal): -7894329 or 13077127. OLE color: 13077127.

HSL color Cylindrical-coordinate representation of color #878AC7: hue angle of 237.19º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #878AC7 is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB135138199-
CMYK0.320.3100.22
HSL237.19º36.36%65.49%-
HSV(B)237.19º32.16%78.04%-
XYZ29.3927.4557.78-
YUV144.06159.01121.54-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 28.60%
GREEN value IS 138 (54.30% from 255) = 29.24%
BLUE value IS 199 (78.12% from 255) = 42.16%
R=28.60%
G=29.24%
B=42.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1351381990.320.3100.22237.1936.3665.49
Hex878AC7201F016ed2441
Octal207212307403702635544101
Binary10000111100010101100011110000011111010110111011011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878AC7; }

 p { color: rgb(135,138,199); }

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

<style>
 a { background-color: #878AC7; }

 a { background-color: rgb(135,138,199); }

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

<style>
 span { border-color: #878AC7; }

 span { border-color: rgb(135,138,199); }

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