#877FBA

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

Shades of Moody Blue #877FBA

Tints of Moody Blue #877FBA

Color information

#877FBA (or 0x877FBA) is unknown color: approx Moody Blue. HEX triplet: 87, 7F and BA. RGB value is (135,127,186). Sum of RGB (Red+Green+Blue) = 135+127+186=448 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.13% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #877FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877FBA is #788045. Grayscale: #878787. Windows color (decimal): -7897158 or 12222343. OLE color: 12222343.

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

Color convert

RGB135127186-
CMYK0.270.3200.27
HSL248.14º29.95%61.37%-
HSV(B)248.14º31.72%72.94%-
XYZ26.4423.8749.67-
YUV136.12156.15127.2-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.13%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=30.13%
G=28.35%
B=41.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351271860.270.3200.27248.1429.9561.37
Hex877FBA1B2001Bf81e3d
Octal20717727233400333703675
Binary10000111111111110111010110111000000110111111100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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