Html Css Color HEX #8E7ECE Moody Blue

📋 copy color: '#8E7ECE'

red 142 ◦ green 126 ◦ blue 206

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

Shades of Moody Blue #8E7ECE

Tints of Moody Blue #8E7ECE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 26.58%

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 29.96%
G = 26.58%
B = 43.46%

CMYK

 C value IS 0.31

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E7ECE (or 0x8E7ECE) is known color: Moody Blue. HEX triplet: 8E, 7E and CE. RGB value is (142,126,206). Sum of RGB (Red+Green+Blue) = 142+126+206=474 (62% of max value = 765). Red value is 142 (55.86% from 255 or 29.96% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E7ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7ECE is #718131. Grayscale: #8B8B8B. Windows color (decimal): -7438642 or 13532814. OLE color: 13532814.

HSL color Cylindrical-coordinate representation of color #8E7ECE: hue angle of 252º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E7ECE is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 126 206 -
CMYK 0.31 0.39 0 0.19
HSL 252º 0.45% 0.65% -
HSV(B) 252º 0.39% 0.81% -
XYZ 29.76 25.13 61.67 -
YUV 139.9 165.3 129.5 -
System Red Green Blue C M Y K H S L
Decimal 142 126 206 0.31 0.39 0 0.19 252 0.45 0.65
Hex 8E 7E CE 1F 27 0 13 FC 2D 41
Octal 216 176 316 37 47 0 23 374 55 101
Binary 10001110 1111110 11001110 11111 100111 0 10011 11111100 101101 1000001

Color Harmonies of #8E7ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E7ECE

Black with #8E7ECE

Text Example


Text Example

White with #8E7ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,126,206); }

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

background-color css

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

 a { background-color: rgb(142,126,206); }

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

border-color css

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

 span { border-color: rgb(142,126,206); }

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