#877CBC

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

Shades of Moody Blue #877CBC

Tints of Moody Blue #877CBC

Color information

#877CBC (or 0x877CBC) is unknown color: approx Moody Blue. HEX triplet: 87, 7C and BC. RGB value is (135,124,188). Sum of RGB (Red+Green+Blue) = 135+124+188=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #877CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #877CBC is #788343. Grayscale: #868686. Windows color (decimal): -7897924 or 12352647. OLE color: 12352647.

HSL color Cylindrical-coordinate representation of color #877CBC: hue angle of 250.31º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #877CBC is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135124188-
CMYK0.280.3400.26
HSL250.31º32.32%61.18%-
HSV(B)250.31º34.04%73.73%-
XYZ26.2823.250.67-
YUV134.58158.14128.3-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 30.20%
GREEN value IS 124 (48.83% from 255) = 27.74%
BLUE value IS 188 (73.83% from 255) = 42.06%
R=30.20%
G=27.74%
B=42.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351241880.280.3400.26250.3132.3261.18
Hex877CBC1C2201Afa203d
Octal20717427434420323724075
Binary100001111111100101111001110010001001101011111010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #877CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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