Html Css Color HEX #8D84DD Moody Blue

📋 copy color: '#8D84DD'

red 141 ◦ green 132 ◦ blue 221

#8D84DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #8D84DD

Tints of Moody Blue #8D84DD

RGB

 RED value IS 141 (55.47% from 255) = 28.54%

 GREEN value IS 132 (51.95% from 255) = 26.72%

 BLUE value IS 221 (86.72% from 255) = 44.74%

R = 28.54%
G = 26.72%
B = 44.74%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8D84DD (or 0x8D84DD) is known color: Moody Blue. HEX triplet: 8D, 84 and DD. RGB value is (141,132,221). Sum of RGB (Red+Green+Blue) = 141+132+221=494 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.54% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 221 (86.72% from 255 or 44.74% from 494); Max value from RGB is 221 - color contains mainly: blue. Hex color #8D84DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D84DD is #727B22. Grayscale: #909090. Windows color (decimal): -7502627 or 14517389. OLE color: 14517389.

HSL color Cylindrical-coordinate representation of color #8D84DD: hue angle of 246.07º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D84DD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 141 132 221 -
CMYK 0.36 0.40 0 0.13
HSL 246.07º 0.57% 0.69% -
HSV(B) 246.07º 0.4% 0.87% -
XYZ 32.29 27.39 71.99 -
YUV 144.84 170.98 125.26 -
System Red Green Blue C M Y K H S L
Decimal 141 132 221 0.36 0.40 0 0.13 246.07 0.57 0.69
Hex 8D 84 DD 24 28 0 D F6 39 45
Octal 215 204 335 44 50 0 15 366 71 105
Binary 10001101 10000100 11011101 100100 101000 0 1101 11110110 111001 1000101

Color Harmonies of #8D84DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D84DD

Black with #8D84DD

Text Example


Text Example

White with #8D84DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D84DD;
 }
 .AnyTagClassName
 {
   color: #8D84DD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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