#877FBF

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

Shades of Moody Blue #877FBF

Tints of Moody Blue #877FBF

Color information

#877FBF (or 0x877FBF) is unknown color: approx Moody Blue. HEX triplet: 87, 7F and BF. RGB value is (135,127,191). Sum of RGB (Red+Green+Blue) = 135+127+191=453 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.80% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 191 - color contains mainly: blue. Hex color #877FBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FBF is #788040. Grayscale: #888888. Windows color (decimal): -7897153 or 12550023. OLE color: 12550023.

HSL color Cylindrical-coordinate representation of color #877FBF: hue angle of 247.5º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #877FBF is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB135127191-
CMYK0.290.3400.25
HSL247.5º33.33%62.35%-
HSV(B)247.5º33.51%74.9%-
XYZ26.9924.0952.52-
YUV136.69158.65126.8-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.80%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 191 (75% from 255) = 42.16%
R=29.80%
G=28.04%
B=42.16%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351271910.290.3400.25247.533.3362.35
Hex877FBF1D22019f8213e
Octal20717727735420313704176
Binary100001111111111101111111110110001001100111111000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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