Html Css Color HEX #8D84DB Moody Blue

📋 copy color: '#8D84DB'

red 141 ◦ green 132 ◦ blue 219

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

Shades of Moody Blue #8D84DB

Tints of Moody Blue #8D84DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.51%

R = 28.66%
G = 26.83%
B = 44.51%

CMYK

 C value IS 0.36

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8D84DB (or 0x8D84DB) is known color: Moody Blue. HEX triplet: 8D, 84 and DB. RGB value is (141,132,219). Sum of RGB (Red+Green+Blue) = 141+132+219=492 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.66% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 219 (85.94% from 255 or 44.51% from 492); Max value from RGB is 219 - color contains mainly: blue. Hex color #8D84DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D84DB is #727B24. Grayscale: #909090. Windows color (decimal): -7502629 or 14386317. OLE color: 14386317.

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

Color convert

RGB 141 132 219 -
CMYK 0.36 0.40 0 0.14
HSL 246.21º 0.55% 0.69% -
HSV(B) 246.21º 0.4% 0.86% -
XYZ 32.02 27.28 70.6 -
YUV 144.61 169.98 125.43 -
System Red Green Blue C M Y K H S L
Decimal 141 132 219 0.36 0.40 0 0.14 246.21 0.55 0.69
Hex 8D 84 DB 24 28 0 E F6 37 45
Octal 215 204 333 44 50 0 16 366 67 105
Binary 10001101 10000100 11011011 100100 101000 0 1110 11110110 110111 1000101

Color Harmonies of #8D84DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D84DB

Black with #8D84DB

Text Example


Text Example

White with #8D84DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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