Html Css Color HEX #8E86DB Moody Blue

📋 copy color: '#8E86DB'

red 142 ◦ green 134 ◦ blue 219

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

Shades of Moody Blue #8E86DB

Tints of Moody Blue #8E86DB

RGB

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

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

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

R = 28.69%
G = 27.07%
B = 44.24%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8E86DB (or 0x8E86DB) is known color: Moody Blue. HEX triplet: 8E, 86 and DB. RGB value is (142,134,219). Sum of RGB (Red+Green+Blue) = 142+134+219=495 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.69% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #8E86DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E86DB is #717924. Grayscale: #919191. Windows color (decimal): -7436581 or 14386830. OLE color: 14386830.

HSL color Cylindrical-coordinate representation of color #8E86DB: hue angle of 245.65º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E86DB is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 134 219 -
CMYK 0.35 0.39 0 0.14
HSL 245.65º 0.54% 0.69% -
HSV(B) 245.65º 0.39% 0.86% -
XYZ 32.47 27.92 70.69 -
YUV 146.08 169.15 125.09 -
System Red Green Blue C M Y K H S L
Decimal 142 134 219 0.35 0.39 0 0.14 245.65 0.54 0.69
Hex 8E 86 DB 23 27 0 E F6 36 45
Octal 216 206 333 43 47 0 16 366 66 105
Binary 10001110 10000110 11011011 100011 100111 0 1110 11110110 110110 1000101

Color Harmonies of #8E86DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E86DB

Black with #8E86DB

Text Example


Text Example

White with #8E86DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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