Html Css Color HEX #8E81BE Moody Blue

📋 copy color: '#8E81BE'

red 142 ◦ green 129 ◦ blue 190

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

Shades of Moody Blue #8E81BE

Tints of Moody Blue #8E81BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 41.21%

R = 30.8%
G = 27.98%
B = 41.21%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E81BE (or 0x8E81BE) is known color: Moody Blue. HEX triplet: 8E, 81 and BE. RGB value is (142,129,190). Sum of RGB (Red+Green+Blue) = 142+129+190=461 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.80% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E81BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8E81BE is #717E41. Grayscale: #8B8B8B. Windows color (decimal): -7437890 or 12485006. OLE color: 12485006.

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

Color convert

RGB 142 129 190 -
CMYK 0.25 0.32 0 0.25
HSL 252.79º 0.32% 0.63% -
HSV(B) 252.79º 0.32% 0.75% -
XYZ 28.3 25.17 52.08 -
YUV 139.84 156.31 129.54 -
System Red Green Blue C M Y K H S L
Decimal 142 129 190 0.25 0.32 0 0.25 252.79 0.32 0.63
Hex 8E 81 BE 19 20 0 19 FD 20 3F
Octal 216 201 276 31 40 0 31 375 40 77
Binary 10001110 10000001 10111110 11001 100000 0 11001 11111101 100000 111111

Color Harmonies of #8E81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E81BE

Black with #8E81BE

Text Example


Text Example

White with #8E81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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