#887CBC

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

Shades of Moody Blue #887CBC

Tints of Moody Blue #887CBC

Color information

#887CBC (or 0x887CBC) is unknown color: approx Moody Blue. HEX triplet: 88, 7C and BC. RGB value is (136,124,188). Sum of RGB (Red+Green+Blue) = 136+124+188=448 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.36% from 448); Green value is 124 (48.83% from 255 or 27.68% from 448); Blue value is 188 (73.83% from 255 or 41.96% from 448); Max value from RGB is 188 - color contains mainly: blue. Hex color #887CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887CBC is #778343. Grayscale: #868686. Windows color (decimal): -7832388 or 12352648. OLE color: 12352648.

HSL color Cylindrical-coordinate representation of color #887CBC: hue angle of 251.25º 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 #887CBC is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136124188-
CMYK0.280.3400.26
HSL251.25º32.32%61.18%-
HSV(B)251.25º34.04%73.73%-
XYZ26.4423.2850.68-
YUV134.88157.98128.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.36%
GREEN value IS 124 (48.83% from 255) = 27.68%
BLUE value IS 188 (73.83% from 255) = 41.96%
R=30.36%
G=27.68%
B=41.96%

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
Decimal1361241880.280.3400.26251.2532.3261.18
Hex887CBC1C2201Afb203d
Octal21017427434420323734075
Binary100010001111100101111001110010001001101011111011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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