Html Css Color HEX #8E86BA Moody Blue

📋 copy color: '#8E86BA'

red 142 ◦ green 134 ◦ blue 186

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

Shades of Moody Blue #8E86BA

Tints of Moody Blue #8E86BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.26%

R = 30.74%
G = 29%
B = 40.26%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E86BA (or 0x8E86BA) is known color: Moody Blue. HEX triplet: 8E, 86 and BA. RGB value is (142,134,186). Sum of RGB (Red+Green+Blue) = 142+134+186=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E86BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E86BA is #717945. Grayscale: #8E8E8E. Windows color (decimal): -7436614 or 12224142. OLE color: 12224142.

HSL color Cylindrical-coordinate representation of color #8E86BA: hue angle of 249.23º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E86BA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 142 134 186 -
CMYK 0.24 0.28 0 0.27
HSL 249.23º 0.27% 0.63% -
HSV(B) 249.23º 0.28% 0.73% -
XYZ 28.54 26.35 50.04 -
YUV 142.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 142 134 186 0.24 0.28 0 0.27 249.23 0.27 0.63
Hex 8E 86 BA 18 1C 0 1B F9 1B 3F
Octal 216 206 272 30 34 0 33 371 33 77
Binary 10001110 10000110 10111010 11000 11100 0 11011 11111001 11011 111111

Color Harmonies of #8E86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E86BA

Black with #8E86BA

Text Example


Text Example

White with #8E86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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