#8D87C0

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

Shades of Moody Blue #8D87C0

Tints of Moody Blue #8D87C0

Color information

#8D87C0 (or 0x8D87C0) is unknown color: approx Moody Blue. HEX triplet: 8D, 87 and C0. RGB value is (141,135,192). Sum of RGB (Red+Green+Blue) = 141+135+192=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #8D87C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D87C0 is #72783F. Grayscale: #8F8F8F. Windows color (decimal): -7501888 or 12617613. OLE color: 12617613.

HSL color Cylindrical-coordinate representation of color #8D87C0: hue angle of 246.32º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8D87C0 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141135192-
CMYK0.270.3000.25
HSL246.32º31.15%64.12%-
HSV(B)246.32º29.69%75.29%-
XYZ29.1626.853.5-
YUV143.29155.49126.37-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.13%
GREEN value IS 135 (53.12% from 255) = 28.85%
BLUE value IS 192 (75.39% from 255) = 41.03%
R=30.13%
G=28.85%
B=41.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411351920.270.3000.25246.3231.1564.12
Hex8D87C01B1E019f61f40
Octal215207300333603136637100
Binary100011011000011111000000110111111001100111110110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D87C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D87C0; }

 p { color: rgb(141,135,192); }

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

<style>
 a { background-color: #8D87C0; }

 a { background-color: rgb(141,135,192); }

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

<style>
 span { border-color: #8D87C0; }

 span { border-color: rgb(141,135,192); }

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