Html Css Color HEX #8E83BA Moody Blue

📋 copy color: '#8E83BA'

red 142 ◦ green 131 ◦ blue 186

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

Shades of Moody Blue #8E83BA

Tints of Moody Blue #8E83BA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.54%

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

R = 30.94%
G = 28.54%
B = 40.52%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8E83BA (or 0x8E83BA) is known color: Moody Blue. HEX triplet: 8E, 83 and BA. RGB value is (142,131,186). Sum of RGB (Red+Green+Blue) = 142+131+186=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 186 (73.05% from 255 or 40.52% from 459); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E83BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E83BA is #717C45. Grayscale: #8C8C8C. Windows color (decimal): -7437382 or 12223374. OLE color: 12223374.

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

Color convert

RGB 142 131 186 -
CMYK 0.24 0.30 0 0.27
HSL 252º 0.28% 0.62% -
HSV(B) 252º 0.3% 0.73% -
XYZ 28.13 25.53 49.9 -
YUV 140.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 142 131 186 0.24 0.30 0 0.27 252 0.28 0.62
Hex 8E 83 BA 18 1E 0 1B FC 1C 3E
Octal 216 203 272 30 36 0 33 374 34 76
Binary 10001110 10000011 10111010 11000 11110 0 11011 11111100 11100 111110

Color Harmonies of #8E83BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E83BA

Black with #8E83BA

Text Example


Text Example

White with #8E83BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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