#877CBA

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

Shades of Moody Blue #877CBA

Tints of Moody Blue #877CBA

Color information

#877CBA (or 0x877CBA) is unknown color: approx Moody Blue. HEX triplet: 87, 7C and BA. RGB value is (135,124,186). Sum of RGB (Red+Green+Blue) = 135+124+186=445 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.34% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #877CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CBA is #788345. Grayscale: #868686. Windows color (decimal): -7897926 or 12221575. OLE color: 12221575.

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

Color convert

RGB135124186-
CMYK0.270.3300.27
HSL250.65º31%60.78%-
HSV(B)250.65º33.33%72.94%-
XYZ26.0623.1149.54-
YUV134.36157.14128.46-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.34%
GREEN value IS 124 (48.83% from 255) = 27.87%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=30.34%
G=27.87%
B=41.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1351241860.270.3300.27250.653160.78
Hex877CBA1B2101Bfb1f3d
Octal20717427233410333733775
Binary10000111111110010111010110111000010110111111101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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