Html Css Color HEX #8E81BD Moody Blue

📋 copy color: '#8E81BD'

red 142 ◦ green 129 ◦ blue 189

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

Shades of Moody Blue #8E81BD

Tints of Moody Blue #8E81BD

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.04%

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

R = 30.87%
G = 28.04%
B = 41.09%

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

#8E81BD (or 0x8E81BD) is known color: Moody Blue. HEX triplet: 8E, 81 and BD. RGB value is (142,129,189). Sum of RGB (Red+Green+Blue) = 142+129+189=460 (60% of max value = 765). Red value is 142 (55.86% from 255 or 30.87% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E81BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E81BD is #717E42. Grayscale: #8B8B8B. Windows color (decimal): -7437891 or 12419470. OLE color: 12419470.

HSL color Cylindrical-coordinate representation of color #8E81BD: hue angle of 253º degrees, saturation: 0.31, 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 #8E81BD is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 129 189 -
CMYK 0.25 0.32 0 0.26
HSL 253º 0.31% 0.62% -
HSV(B) 253º 0.32% 0.74% -
XYZ 28.19 25.13 51.51 -
YUV 139.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 142 129 189 0.25 0.32 0 0.26 253 0.31 0.62
Hex 8E 81 BD 19 20 0 1A FD 1F 3E
Octal 216 201 275 31 40 0 32 375 37 76
Binary 10001110 10000001 10111101 11001 100000 0 11010 11111101 11111 111110

Color Harmonies of #8E81BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E81BD

Black with #8E81BD

Text Example


Text Example

White with #8E81BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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