#8D86C2

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

Shades of Moody Blue #8D86C2

Tints of Moody Blue #8D86C2

Color information

#8D86C2 (or 0x8D86C2) is unknown color: approx Moody Blue. HEX triplet: 8D, 86 and C2. RGB value is (141,134,194). Sum of RGB (Red+Green+Blue) = 141+134+194=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 134 (52.73% from 255 or 28.57% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 194 - color contains mainly: blue. Hex color #8D86C2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D86C2 is #72793D. Grayscale: #8E8E8E. Windows color (decimal): -7502142 or 12748429. OLE color: 12748429.

HSL color Cylindrical-coordinate representation of color #8D86C2: hue angle of 247º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8D86C2 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB141134194-
CMYK0.270.3100.24
HSL247º32.97%64.31%-
HSV(B)247º30.93%76.08%-
XYZ29.2526.6154.63-
YUV142.93156.82126.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.06%
GREEN value IS 134 (52.73% from 255) = 28.57%
BLUE value IS 194 (76.17% from 255) = 41.36%
R=30.06%
G=28.57%
B=41.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1411341940.270.3100.2424732.9764.31
Hex8D86C21B1F018f72140
Octal215206302333703036741100
Binary1000110110000110110000101101111111011000111101111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D86C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,134,194); }

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

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

 a { background-color: rgb(141,134,194); }

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

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

 span { border-color: rgb(141,134,194); }

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