#8D85BF

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

Shades of Moody Blue #8D85BF

Tints of Moody Blue #8D85BF

Color information

#8D85BF (or 0x8D85BF) is unknown color: approx Moody Blue. HEX triplet: 8D, 85 and BF. RGB value is (141,133,191). Sum of RGB (Red+Green+Blue) = 141+133+191=465 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.32% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D85BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D85BF is #727A40. Grayscale: #8D8D8D. Windows color (decimal): -7502401 or 12551565. OLE color: 12551565.

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

Color convert

RGB141133191-
CMYK0.260.3000.25
HSL248.28º31.18%63.53%-
HSV(B)248.28º30.37%74.9%-
XYZ28.7826.252.83-
YUV142155.65127.28-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.32%
GREEN value IS 133 (52.34% from 255) = 28.60%
BLUE value IS 191 (75% from 255) = 41.08%
R=30.32%
G=28.60%
B=41.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411331910.260.3000.25248.2831.1863.53
Hex8D85BF1A1E019f81f40
Octal215205277323603137037100
Binary100011011000010110111111110101111001100111111000111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,133,191); }

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

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

 a { background-color: rgb(141,133,191); }

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

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

 span { border-color: rgb(141,133,191); }

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