Html Css Color HEX #8D7ECA Moody Blue

📋 copy color: '#8D7ECA'

red 141 ◦ green 126 ◦ blue 202

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

Shades of Moody Blue #8D7ECA

Tints of Moody Blue #8D7ECA

RGB

 RED value IS 141 (55.47% from 255) = 30.06%

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

 BLUE value IS 202 (79.3% from 255) = 43.07%

R = 30.06%
G = 26.87%
B = 43.07%

CMYK

 C value IS 0.30

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#8D7ECA (or 0x8D7ECA) is known color: Moody Blue. HEX triplet: 8D, 7E and CA. RGB value is (141,126,202). Sum of RGB (Red+Green+Blue) = 141+126+202=469 (62% of max value = 765). Red value is 141 (55.47% from 255 or 30.06% from 469); Green value is 126 (49.61% from 255 or 26.87% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #8D7ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7ECA is #728135. Grayscale: #8A8A8A. Windows color (decimal): -7504182 or 13270669. OLE color: 13270669.

HSL color Cylindrical-coordinate representation of color #8D7ECA: hue angle of 251.84º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D7ECA is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 141 126 202 -
CMYK 0.30 0.38 0 0.21
HSL 251.84º 0.42% 0.64% -
HSV(B) 251.84º 0.38% 0.79% -
XYZ 29.11 24.85 59.14 -
YUV 139.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 141 126 202 0.30 0.38 0 0.21 251.84 0.42 0.64
Hex 8D 7E CA 1E 26 0 15 FC 2A 40
Octal 215 176 312 36 46 0 25 374 52 100
Binary 10001101 1111110 11001010 11110 100110 0 10101 11111100 101010 1000000

Color Harmonies of #8D7ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7ECA

Black with #8D7ECA

Text Example


Text Example

White with #8D7ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,126,202); }

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

background-color css

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

 a { background-color: rgb(141,126,202); }

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

border-color css

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

 span { border-color: rgb(141,126,202); }

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