#8887C2

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

Shades of Moody Blue #8887C2

Tints of Moody Blue #8887C2

Color information

#8887C2 (or 0x8887C2) is unknown color: approx Moody Blue. HEX triplet: 88, 87 and C2. RGB value is (136,135,194). Sum of RGB (Red+Green+Blue) = 136+135+194=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 135 (53.12% from 255 or 29.03% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 194 - color contains mainly: blue. Hex color #8887C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8887C2 is #77783D. Grayscale: #8D8D8D. Windows color (decimal): -7829566 or 12748680. OLE color: 12748680.

HSL color Cylindrical-coordinate representation of color #8887C2: hue angle of 241.02º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8887C2 is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB136135194-
CMYK0.300.3000.24
HSL241.02º32.6%64.51%-
HSV(B)241.02º30.41%76.08%-
XYZ28.5526.4654.64-
YUV142.02157.33123.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.25%
GREEN value IS 135 (53.12% from 255) = 29.03%
BLUE value IS 194 (76.17% from 255) = 41.72%
R=29.25%
G=29.03%
B=41.72%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1361351940.300.3000.24241.0232.664.51
Hex8887C21E1E018f12141
Octal210207302363603036141101
Binary1000100010000111110000101111011110011000111100011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8887C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8887C2; }

 p { color: rgb(136,135,194); }

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

<style>
 a { background-color: #8887C2; }

 a { background-color: rgb(136,135,194); }

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

<style>
 span { border-color: #8887C2; }

 span { border-color: rgb(136,135,194); }

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