#877FBC

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

Shades of Moody Blue #877FBC

Tints of Moody Blue #877FBC

Color information

#877FBC (or 0x877FBC) is unknown color: approx Moody Blue. HEX triplet: 87, 7F and BC. RGB value is (135,127,188). Sum of RGB (Red+Green+Blue) = 135+127+188=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 127 (50% from 255 or 28.22% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 188 - color contains mainly: blue. Hex color #877FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FBC is #788043. Grayscale: #888888. Windows color (decimal): -7897156 or 12353415. OLE color: 12353415.

HSL color Cylindrical-coordinate representation of color #877FBC: hue angle of 247.87º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #877FBC is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135127188-
CMYK0.280.3200.26
HSL247.87º31.28%61.76%-
HSV(B)247.87º32.45%73.73%-
XYZ26.6623.9650.8-
YUV136.35157.15127.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30%
GREEN value IS 127 (50% from 255) = 28.22%
BLUE value IS 188 (73.83% from 255) = 41.78%
R=30%
G=28.22%
B=41.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351271880.280.3200.26247.8731.2861.76
Hex877FBC1C2001Af81f3e
Octal20717727434400323703776
Binary10000111111111110111100111001000000110101111100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #877FBC; }

 p { color: rgb(135,127,188); }

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

<style>
 a { background-color: #877FBC; }

 a { background-color: rgb(135,127,188); }

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

<style>
 span { border-color: #877FBC; }

 span { border-color: rgb(135,127,188); }

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