#8D7EBF

Color #8D7EBF Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #8D7EBF

Tints of Moody Blue #8D7EBF

Color information

#8D7EBF (or 0x8D7EBF) is unknown color: approx Moody Blue. HEX triplet: 8D, 7E and BF. RGB value is (141,126,191). Sum of RGB (Red+Green+Blue) = 141+126+191=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D7EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D7EBF is #728140. Grayscale: #898989. Windows color (decimal): -7504193 or 12549773. OLE color: 12549773.

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

Color convert

RGB141126191-
CMYK0.260.3400.25
HSL253.85º33.68%62.16%-
HSV(B)253.85º34.03%74.9%-
XYZ27.8524.3552.52-
YUV137.89157.97130.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.79%
GREEN value IS 126 (49.61% from 255) = 27.51%
BLUE value IS 191 (75% from 255) = 41.70%
R=30.79%
G=27.51%
B=41.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411261910.260.3400.25253.8533.6862.16
Hex8D7EBF1A22019fe223e
Octal21517627732420313764276
Binary100011011111110101111111101010001001100111111110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8D7EBF;
 }
 .AnyTagClassName
 {
   color: #8D7EBF;
 }
</style>
background-color css

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

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

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

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

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

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