#887BCC

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

Shades of Moody Blue #887BCC

Tints of Moody Blue #887BCC

Color information

#887BCC (or 0x887BCC) is unknown color: approx Moody Blue. HEX triplet: 88, 7B and CC. RGB value is (136,123,204). Sum of RGB (Red+Green+Blue) = 136+123+204=463 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.37% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 204 - color contains mainly: blue. Hex color #887BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887BCC is #778433. Grayscale: #878787. Windows color (decimal): -7832628 or 13400968. OLE color: 13400968.

HSL color Cylindrical-coordinate representation of color #887BCC: hue angle of 249.63º degrees, saturation: 0.44, 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 #887BCC is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136123204-
CMYK0.330.4000.2
HSL249.63º44.26%64.12%-
HSV(B)249.63º39.71%80%-
XYZ28.1423.7660.23-
YUV136.12166.31127.91-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.37%
GREEN value IS 123 (48.44% from 255) = 26.57%
BLUE value IS 204 (80.08% from 255) = 44.06%
R=29.37%
G=26.57%
B=44.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361232040.330.4000.2249.6344.2664.12
Hex887BCC2128014fa2c40
Octal210173314415002437254100
Binary10001000111101111001100100001101000010100111110101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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