#877FB5

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

Shades of Moody Blue #877FB5

Tints of Moody Blue #877FB5

Color information

#877FB5 (or 0x877FB5) is unknown color: approx Moody Blue. HEX triplet: 87, 7F and B5. RGB value is (135,127,181). Sum of RGB (Red+Green+Blue) = 135+127+181=443 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.47% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 181 (71.09% from 255 or 40.86% from 443); Max value from RGB is 181 - color contains mainly: blue. Hex color #877FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FB5 is #78804A. Grayscale: #878787. Windows color (decimal): -7897163 or 11894663. OLE color: 11894663.

HSL color Cylindrical-coordinate representation of color #877FB5: hue angle of 248.89º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #877FB5 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB135127181-
CMYK0.250.3000.29
HSL248.89º26.73%60.39%-
HSV(B)248.89º29.83%70.98%-
XYZ25.9223.6746.92-
YUV135.55153.65127.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.47%
GREEN value IS 127 (50% from 255) = 28.67%
BLUE value IS 181 (71.09% from 255) = 40.86%
R=30.47%
G=28.67%
B=40.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1351271810.250.3000.29248.8926.7360.39
Hex877FB5191E01Df91b3c
Octal20717726531360353713374
Binary1000011111111111011010111001111100111011111100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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