#8D86CD

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

Shades of Moody Blue #8D86CD

Tints of Moody Blue #8D86CD

Color information

#8D86CD (or 0x8D86CD) is unknown color: approx Moody Blue. HEX triplet: 8D, 86 and CD. RGB value is (141,134,205). Sum of RGB (Red+Green+Blue) = 141+134+205=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 134 (52.73% from 255 or 27.92% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D86CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D86CD is #727932. Grayscale: #8F8F8F. Windows color (decimal): -7502131 or 13469325. OLE color: 13469325.

HSL color Cylindrical-coordinate representation of color #8D86CD: hue angle of 245.92º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D86CD is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141134205-
CMYK0.310.3500.20
HSL245.92º41.52%66.47%-
HSV(B)245.92º34.63%80.39%-
XYZ30.5327.1261.38-
YUV144.19162.32125.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.38%
GREEN value IS 134 (52.73% from 255) = 27.92%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=29.38%
G=27.92%
B=42.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411342050.310.3500.20245.9241.5266.47
Hex8D86CD1F23014f62a42
Octal215206315374302436652102
Binary10001101100001101100110111111100011010100111101101010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D86CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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