Html Css Color HEX #8E84DD Moody Blue

📋 copy color: '#8E84DD'

red 142 ◦ green 132 ◦ blue 221

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

Shades of Moody Blue #8E84DD

Tints of Moody Blue #8E84DD

RGB

 RED value IS 142 (55.86% from 255) = 28.69%

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

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

R = 28.69%
G = 26.67%
B = 44.65%

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

#8E84DD (or 0x8E84DD) is known color: Moody Blue. HEX triplet: 8E, 84 and DD. RGB value is (142,132,221). Sum of RGB (Red+Green+Blue) = 142+132+221=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 132 (51.95% from 255 or 26.67% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E84DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E84DD is #717B22. Grayscale: #909090. Windows color (decimal): -7437091 or 14517390. OLE color: 14517390.

HSL color Cylindrical-coordinate representation of color #8E84DD: hue angle of 246.74º 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 #8E84DD is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 132 221 -
CMYK 0.36 0.40 0 0.13
HSL 246.74º 0.57% 0.69% -
HSV(B) 246.74º 0.4% 0.87% -
XYZ 32.46 27.47 72 -
YUV 145.14 170.81 125.76 -
System Red Green Blue C M Y K H S L
Decimal 142 132 221 0.36 0.40 0 0.13 246.74 0.57 0.69
Hex 8E 84 DD 24 28 0 D F7 39 45
Octal 216 204 335 44 50 0 15 367 71 105
Binary 10001110 10000100 11011101 100100 101000 0 1101 11110111 111001 1000101

Color Harmonies of #8E84DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E84DD

Black with #8E84DD

Text Example


Text Example

White with #8E84DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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