#877FBB

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

Shades of Moody Blue #877FBB

Tints of Moody Blue #877FBB

Color information

#877FBB (or 0x877FBB) is unknown color: approx Moody Blue. HEX triplet: 87, 7F and BB. RGB value is (135,127,187). Sum of RGB (Red+Green+Blue) = 135+127+187=449 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.07% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 187 - color contains mainly: blue. Hex color #877FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FBB is #788044. Grayscale: #888888. Windows color (decimal): -7897157 or 12287879. OLE color: 12287879.

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

Color convert

RGB135127187-
CMYK0.280.3200.27
HSL248º30.61%61.57%-
HSV(B)248º32.09%73.33%-
XYZ26.5523.9250.23-
YUV136.23156.65127.12-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.07%
GREEN value IS 127 (50% from 255) = 28.29%
BLUE value IS 187 (73.44% from 255) = 41.65%
R=30.07%
G=28.29%
B=41.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351271870.280.3200.2724830.6161.57
Hex877FBB1C2001Bf81f3e
Octal20717727334400333703776
Binary10000111111111110111011111001000000110111111100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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