#8D87CC

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

Shades of Moody Blue #8D87CC

Tints of Moody Blue #8D87CC

Color information

#8D87CC (or 0x8D87CC) is unknown color: approx Moody Blue. HEX triplet: 8D, 87 and CC. RGB value is (141,135,204). Sum of RGB (Red+Green+Blue) = 141+135+204=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D87CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D87CC is #727833. Grayscale: #909090. Windows color (decimal): -7501876 or 13404045. OLE color: 13404045.

HSL color Cylindrical-coordinate representation of color #8D87CC: hue angle of 245.22º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D87CC is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB141135204-
CMYK0.310.3400.2
HSL245.22º40.35%66.47%-
HSV(B)245.22º33.82%80%-
XYZ30.5527.3560.8-
YUV144.66161.49125.39-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 204 (80.08% from 255) = 42.5%
R=29.38%
G=28.12%
B=42.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1411352040.310.3400.2245.2240.3566.47
Hex8D87CC1F22014f52842
Octal215207314374202436550102
Binary10001101100001111100110011111100010010100111101011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D87CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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