#8D87BE

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

Shades of Moody Blue #8D87BE

Tints of Moody Blue #8D87BE

Color information

#8D87BE (or 0x8D87BE) is unknown color: approx Moody Blue. HEX triplet: 8D, 87 and BE. RGB value is (141,135,190). Sum of RGB (Red+Green+Blue) = 141+135+190=466 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.26% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D87BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D87BE is #727841. Grayscale: #8E8E8E. Windows color (decimal): -7501890 or 12486541. OLE color: 12486541.

HSL color Cylindrical-coordinate representation of color #8D87BE: hue angle of 246.55º 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 #8D87BE is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB141135190-
CMYK0.260.2900.25
HSL246.55º29.73%63.73%-
HSV(B)246.55º28.95%74.51%-
XYZ28.9426.7152.34-
YUV143.06154.49126.53-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.26%
GREEN value IS 135 (53.12% from 255) = 28.97%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=30.26%
G=28.97%
B=40.77%

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
Decimal1411351900.260.2900.25246.5529.7363.73
Hex8D87BE1A1D019f71e40
Octal215207276323503136736100
Binary100011011000011110111110110101110101100111110111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D87BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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