#8D84CB

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

Shades of Moody Blue #8D84CB

Tints of Moody Blue #8D84CB

Color information

#8D84CB (or 0x8D84CB) is unknown color: approx Moody Blue. HEX triplet: 8D, 84 and CB. RGB value is (141,132,203). Sum of RGB (Red+Green+Blue) = 141+132+203=476 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.62% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D84CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D84CB is #727B34. Grayscale: #8E8E8E. Windows color (decimal): -7502645 or 13337741. OLE color: 13337741.

HSL color Cylindrical-coordinate representation of color #8D84CB: hue angle of 247.61º degrees, saturation: 0.41, 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 #8D84CB is Cyan = 0.31, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB141132203-
CMYK0.310.3500.20
HSL247.61º40.57%65.69%-
HSV(B)247.61º34.98%79.61%-
XYZ30.0226.4860.03-
YUV142.78161.98126.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.62%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=29.62%
G=27.73%
B=42.65%

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
Decimal1411322030.310.3500.20247.6140.5765.69
Hex8D84CB1F23014f82942
Octal215204313374302437051102
Binary10001101100001001100101111111100011010100111110001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D84CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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