#8D84CD

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

Shades of Moody Blue #8D84CD

Tints of Moody Blue #8D84CD

Color information

#8D84CD (or 0x8D84CD) is unknown color: approx Moody Blue. HEX triplet: 8D, 84 and CD. RGB value is (141,132,205). Sum of RGB (Red+Green+Blue) = 141+132+205=478 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.50% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 205 (80.47% from 255 or 42.89% from 478); Max value from RGB is 205 - color contains mainly: blue. Hex color #8D84CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D84CD is #727B32. Grayscale: #8E8E8E. Windows color (decimal): -7502643 or 13468813. OLE color: 13468813.

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

Color convert

RGB141132205-
CMYK0.310.3600.20
HSL247.4º42.2%66.08%-
HSV(B)247.4º35.61%80.39%-
XYZ30.2626.5761.29-
YUV143.01162.98126.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.50%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 205 (80.47% from 255) = 42.89%
R=29.50%
G=27.62%
B=42.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1411322050.310.3600.20247.442.266.08
Hex8D84CD1F24014f72a42
Octal215204315374402436752102
Binary10001101100001001100110111111100100010100111101111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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