#8D86BE

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

Shades of Moody Blue #8D86BE

Tints of Moody Blue #8D86BE

Color information

#8D86BE (or 0x8D86BE) is unknown color: approx Moody Blue. HEX triplet: 8D, 86 and BE. RGB value is (141,134,190). Sum of RGB (Red+Green+Blue) = 141+134+190=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 134 (52.73% from 255 or 28.82% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D86BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D86BE is #727941. Grayscale: #8E8E8E. Windows color (decimal): -7502146 or 12486285. OLE color: 12486285.

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

Color convert

RGB141134190-
CMYK0.260.2900.25
HSL247.5º30.11%63.53%-
HSV(B)247.5º29.47%74.51%-
XYZ28.826.4352.3-
YUV142.48154.82126.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.32%
GREEN value IS 134 (52.73% from 255) = 28.82%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=30.32%
G=28.82%
B=40.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411341900.260.2900.25247.530.1163.53
Hex8D86BE1A1D019f81e40
Octal215206276323503137036100
Binary100011011000011010111110110101110101100111111000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D86BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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