#8D85DB

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

Shades of Moody Blue #8D85DB

Tints of Moody Blue #8D85DB

Color information

#8D85DB (or 0x8D85DB) is unknown color: approx Moody Blue. HEX triplet: 8D, 85 and DB. RGB value is (141,133,219). Sum of RGB (Red+Green+Blue) = 141+133+219=493 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.60% from 493); Green value is 133 (52.34% from 255 or 26.98% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D85DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D85DB is #727A24. Grayscale: #909090. Windows color (decimal): -7502373 or 14386573. OLE color: 14386573.

HSL color Cylindrical-coordinate representation of color #8D85DB: hue angle of 245.58º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8D85DB is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB141133219-
CMYK0.360.3900.14
HSL245.58º54.43%69.02%-
HSV(B)245.58º39.27%85.88%-
XYZ32.1627.5570.64-
YUV145.2169.65125.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.60%
GREEN value IS 133 (52.34% from 255) = 26.98%
BLUE value IS 219 (85.94% from 255) = 44.42%
R=28.60%
G=26.98%
B=44.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1411332190.360.3900.14245.5854.4369.02
Hex8D85DB24270Ef63645
Octal215205333444701636666105
Binary10001101100001011101101110010010011101110111101101101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D85DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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