Html Css Color HEX #8E86DD Moody Blue

📋 copy color: '#8E86DD'

red 142 ◦ green 134 ◦ blue 221

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

Shades of Moody Blue #8E86DD

Tints of Moody Blue #8E86DD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.96%

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

R = 28.57%
G = 26.96%
B = 44.47%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E86DD (or 0x8E86DD) is known color: Moody Blue. HEX triplet: 8E, 86 and DD. RGB value is (142,134,221). Sum of RGB (Red+Green+Blue) = 142+134+221=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E86DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E86DD is #717922. Grayscale: #919191. Windows color (decimal): -7436579 or 14517902. OLE color: 14517902.

HSL color Cylindrical-coordinate representation of color #8E86DD: hue angle of 245.52º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E86DD is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 134 221 -
CMYK 0.36 0.39 0 0.13
HSL 245.52º 0.56% 0.7% -
HSV(B) 245.52º 0.39% 0.87% -
XYZ 32.73 28.02 72.09 -
YUV 146.31 170.15 124.93 -
System Red Green Blue C M Y K H S L
Decimal 142 134 221 0.36 0.39 0 0.13 245.52 0.56 0.7
Hex 8E 86 DD 24 27 0 D F6 38 46
Octal 216 206 335 44 47 0 15 366 70 106
Binary 10001110 10000110 11011101 100100 100111 0 1101 11110110 111000 1000110

Color Harmonies of #8E86DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E86DD

Black with #8E86DD

Text Example


Text Example

White with #8E86DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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