#887fcc

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

Shades of Moody Blue #887FCC

Tints of Moody Blue #887FCC

Color information

#887FCC (or 0x887FCC) is unknown color: approx Moody Blue. HEX triplet: 88, 7F and CC. RGB value is (136,127,204). Sum of RGB (Red+Green+Blue) = 136+127+204=467 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.12% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #887FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FCC is #778033. Grayscale: #8A8A8A. Windows color (decimal): -7831604 or 13401992. OLE color: 13401992.

HSL color Cylindrical-coordinate representation of color #887FCC: hue angle of 247.01º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #887FCC is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB136127204-
CMYK0.330.3800.2
HSL247.01º43.02%64.9%-
HSV(B)247.01º37.75%80%-
XYZ28.6424.7760.4-
YUV138.47164.98126.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.12%
GREEN value IS 127 (50% from 255) = 27.19%
BLUE value IS 204 (80.08% from 255) = 43.68%
R=29.12%
G=27.19%
B=43.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1361272040.330.3800.2247.0143.0264.9
Hex887FCC2126014f72b41
Octal210177314414602436753101
Binary10001000111111111001100100001100110010100111101111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887fcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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