#887BC1

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

Shades of Moody Blue #887BC1

Tints of Moody Blue #887BC1

Color information

#887BC1 (or 0x887BC1) is unknown color: approx Moody Blue. HEX triplet: 88, 7B and C1. RGB value is (136,123,193). Sum of RGB (Red+Green+Blue) = 136+123+193=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #887BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BC1 is #77843E. Grayscale: #868686. Windows color (decimal): -7832639 or 12680072. OLE color: 12680072.

HSL color Cylindrical-coordinate representation of color #887BC1: hue angle of 251.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #887BC1 is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136123193-
CMYK0.300.3600.24
HSL251.14º36.08%61.96%-
HSV(B)251.14º36.27%75.69%-
XYZ26.8623.2553.52-
YUV134.87160.81128.81-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.09%
GREEN value IS 123 (48.44% from 255) = 27.21%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=30.09%
G=27.21%
B=42.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361231930.300.3600.24251.1436.0861.96
Hex887BC11E24018fb243e
Octal21017330136440303734476
Binary100010001111011110000011111010010001100011111011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,123,193); }

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

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

 a { background-color: rgb(136,123,193); }

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

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

 span { border-color: rgb(136,123,193); }

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