Html Css Color HEX #8D7ED5 Moody Blue

📋 copy color: '#8D7ED5'

red 141 ◦ green 126 ◦ blue 213

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

Shades of Moody Blue #8D7ED5

Tints of Moody Blue #8D7ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 44.38%

R = 29.38%
G = 26.25%
B = 44.38%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8D7ED5 (or 0x8D7ED5) is known color: Moody Blue. HEX triplet: 8D, 7E and D5. RGB value is (141,126,213). Sum of RGB (Red+Green+Blue) = 141+126+213=480 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.38% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #8D7ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7ED5 is #72812A. Grayscale: #8C8C8C. Windows color (decimal): -7504171 or 13991565. OLE color: 13991565.

HSL color Cylindrical-coordinate representation of color #8D7ED5: hue angle of 250.34º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D7ED5 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 141 126 213 -
CMYK 0.34 0.41 0 0.16
HSL 250.34º 0.51% 0.66% -
HSV(B) 250.34º 0.41% 0.84% -
XYZ 30.46 25.39 66.25 -
YUV 140.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 141 126 213 0.34 0.41 0 0.16 250.34 0.51 0.66
Hex 8D 7E D5 22 29 0 10 FA 33 42
Octal 215 176 325 42 51 0 20 372 63 102
Binary 10001101 1111110 11010101 100010 101001 0 10000 11111010 110011 1000010

Color Harmonies of #8D7ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7ED5

Black with #8D7ED5

Text Example


Text Example

White with #8D7ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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