#887BCD

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

Shades of Moody Blue #887BCD

Tints of Moody Blue #887BCD

Color information

#887BCD (or 0x887BCD) is unknown color: approx Moody Blue. HEX triplet: 88, 7B and CD. RGB value is (136,123,205). Sum of RGB (Red+Green+Blue) = 136+123+205=464 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.31% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 205 - color contains mainly: blue. Hex color #887BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BCD is #778432. Grayscale: #878787. Windows color (decimal): -7832627 or 13466504. OLE color: 13466504.

HSL color Cylindrical-coordinate representation of color #887BCD: hue angle of 249.51º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #887BCD is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB136123205-
CMYK0.340.400.20
HSL249.51º45.05%64.31%-
HSV(B)249.51º40%80.39%-
XYZ28.2623.8160.86-
YUV136.23166.81127.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.31%
GREEN value IS 123 (48.44% from 255) = 26.51%
BLUE value IS 205 (80.47% from 255) = 44.18%
R=29.31%
G=26.51%
B=44.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1361232050.340.400.20249.5145.0564.31
Hex887BCD2228014fa2d40
Octal210173315425002437255100
Binary10001000111101111001101100010101000010100111110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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