#877FBE

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

Shades of Moody Blue #877FBE

Tints of Moody Blue #877FBE

Color information

#877FBE (or 0x877FBE) is unknown color: approx Moody Blue. HEX triplet: 87, 7F and BE. RGB value is (135,127,190). Sum of RGB (Red+Green+Blue) = 135+127+190=452 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.87% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #877FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FBE is #788041. Grayscale: #888888. Windows color (decimal): -7897154 or 12484487. OLE color: 12484487.

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

Color convert

RGB135127190-
CMYK0.290.3300.25
HSL247.62º32.64%62.16%-
HSV(B)247.62º33.16%74.51%-
XYZ26.8824.0551.94-
YUV136.57158.15126.88-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.87%
GREEN value IS 127 (50% from 255) = 28.10%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=29.87%
G=28.10%
B=42.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1351271900.290.3300.25247.6232.6462.16
Hex877FBE1D21019f8213e
Octal20717727635410313704176
Binary100001111111111101111101110110000101100111111000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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