#887FCA

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

Shades of Moody Blue #887FCA

Tints of Moody Blue #887FCA

Color information

#887FCA (or 0x887FCA) is unknown color: approx Moody Blue. HEX triplet: 88, 7F and CA. RGB value is (136,127,202). Sum of RGB (Red+Green+Blue) = 136+127+202=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 127 (50% from 255 or 27.31% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #887FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #887FCA is #778035. Grayscale: #898989. Windows color (decimal): -7831606 or 13270920. OLE color: 13270920.

HSL color Cylindrical-coordinate representation of color #887FCA: hue angle of 247.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #887FCA is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB136127202-
CMYK0.330.3700.21
HSL247.2º41.44%64.51%-
HSV(B)247.2º37.13%79.22%-
XYZ28.424.6859.14-
YUV138.24163.98126.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.25%
GREEN value IS 127 (50% from 255) = 27.31%
BLUE value IS 202 (79.30% from 255) = 43.44%
R=29.25%
G=27.31%
B=43.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1361272020.330.3700.21247.241.4464.51
Hex887FCA2125015f72941
Octal210177312414502536751101
Binary10001000111111111001010100001100101010101111101111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #887FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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