Html Css Color HEX #8E81C1 Moody Blue

📋 copy color: '#8E81C1'

red 142 ◦ green 129 ◦ blue 193

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

Shades of Moody Blue #8E81C1

Tints of Moody Blue #8E81C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.59%

R = 30.6%
G = 27.8%
B = 41.59%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#8E81C1 (or 0x8E81C1) is known color: Moody Blue. HEX triplet: 8E, 81 and C1. RGB value is (142,129,193). Sum of RGB (Red+Green+Blue) = 142+129+193=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E81C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E81C1 is #717E3E. Grayscale: #8B8B8B. Windows color (decimal): -7437887 or 12681614. OLE color: 12681614.

HSL color Cylindrical-coordinate representation of color #8E81C1: hue angle of 252.19º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8E81C1 is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 142 129 193 -
CMYK 0.26 0.33 0 0.24
HSL 252.19º 0.34% 0.63% -
HSV(B) 252.19º 0.33% 0.76% -
XYZ 28.63 25.3 53.83 -
YUV 140.18 157.81 129.3 -
System Red Green Blue C M Y K H S L
Decimal 142 129 193 0.26 0.33 0 0.24 252.19 0.34 0.63
Hex 8E 81 C1 1A 21 0 18 FC 22 3F
Octal 216 201 301 32 41 0 30 374 42 77
Binary 10001110 10000001 11000001 11010 100001 0 11000 11111100 100010 111111

Color Harmonies of #8E81C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E81C1

Black with #8E81C1

Text Example


Text Example

White with #8E81C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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