#877FB9

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

Shades of Moody Blue #877FB9

Tints of Moody Blue #877FB9

Color information

#877FB9 (or 0x877FB9) is unknown color: approx Moody Blue. HEX triplet: 87, 7F and B9. RGB value is (135,127,185). Sum of RGB (Red+Green+Blue) = 135+127+185=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 185 - color contains mainly: blue. Hex color #877FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FB9 is #788046. Grayscale: #878787. Windows color (decimal): -7897159 or 12156807. OLE color: 12156807.

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

Color convert

RGB135127185-
CMYK0.270.3100.27
HSL248.28º29.29%61.18%-
HSV(B)248.28º31.35%72.55%-
XYZ26.3423.8349.11-
YUV136155.65127.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.20%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 185 (72.66% from 255) = 41.39%
R=30.20%
G=28.41%
B=41.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351271850.270.3100.27248.2829.2961.18
Hex877FB91B1F01Bf81d3d
Octal20717727133370333703575
Binary1000011111111111011100111011111110110111111100011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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