Html Css Color HEX #8E80BD Moody Blue

📋 copy color: '#8E80BD'

red 142 ◦ green 128 ◦ blue 189

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

Shades of Moody Blue #8E80BD

Tints of Moody Blue #8E80BD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

 BLUE value IS 189 (74.22% from 255) = 41.18%

R = 30.94%
G = 27.89%
B = 41.18%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E80BD (or 0x8E80BD) is known color: Moody Blue. HEX triplet: 8E, 80 and BD. RGB value is (142,128,189). Sum of RGB (Red+Green+Blue) = 142+128+189=459 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.94% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E80BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E80BD is #717F42. Grayscale: #8A8A8A. Windows color (decimal): -7438147 or 12419214. OLE color: 12419214.

HSL color Cylindrical-coordinate representation of color #8E80BD: hue angle of 253.77º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E80BD is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 128 189 -
CMYK 0.25 0.32 0 0.26
HSL 253.77º 0.32% 0.62% -
HSV(B) 253.77º 0.32% 0.74% -
XYZ 28.06 24.86 51.46 -
YUV 139.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 142 128 189 0.25 0.32 0 0.26 253.77 0.32 0.62
Hex 8E 80 BD 19 20 0 1A FE 20 3E
Octal 216 200 275 31 40 0 32 376 40 76
Binary 10001110 10000000 10111101 11001 100000 0 11010 11111110 100000 111110

Color Harmonies of #8E80BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E80BD

Black with #8E80BD

Text Example


Text Example

White with #8E80BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,128,189); }

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

background-color css

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

 a { background-color: rgb(142,128,189); }

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

border-color css

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

 span { border-color: rgb(142,128,189); }

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