Html Css Color HEX #8D7ECF Moody Blue

📋 copy color: '#8D7ECF'

red 141 ◦ green 126 ◦ blue 207

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

Shades of Moody Blue #8D7ECF

Tints of Moody Blue #8D7ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 29.75%
G = 26.58%
B = 43.67%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8D7ECF (or 0x8D7ECF) is known color: Moody Blue. HEX triplet: 8D, 7E and CF. RGB value is (141,126,207). Sum of RGB (Red+Green+Blue) = 141+126+207=474 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.75% from 474); Green value is 126 (49.61% from 255 or 26.58% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #8D7ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7ECF is #728130. Grayscale: #8B8B8B. Windows color (decimal): -7504177 or 13598349. OLE color: 13598349.

HSL color Cylindrical-coordinate representation of color #8D7ECF: hue angle of 251.11º degrees, saturation: 0.46, 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 #8D7ECF is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 141 126 207 -
CMYK 0.32 0.39 0 0.19
HSL 251.11º 0.46% 0.65% -
HSV(B) 251.11º 0.39% 0.81% -
XYZ 29.71 25.09 62.31 -
YUV 139.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 141 126 207 0.32 0.39 0 0.19 251.11 0.46 0.65
Hex 8D 7E CF 20 27 0 13 FB 2E 41
Octal 215 176 317 40 47 0 23 373 56 101
Binary 10001101 1111110 11001111 100000 100111 0 10011 11111011 101110 1000001

Color Harmonies of #8D7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D7ECF

Black with #8D7ECF

Text Example


Text Example

White with #8D7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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