#8D80BE

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

Shades of Moody Blue #8D80BE

Tints of Moody Blue #8D80BE

Color information

#8D80BE (or 0x8D80BE) is unknown color: approx Moody Blue. HEX triplet: 8D, 80 and BE. RGB value is (141,128,190). Sum of RGB (Red+Green+Blue) = 141+128+190=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D80BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8D80BE is #727F41. Grayscale: #8A8A8A. Windows color (decimal): -7503682 or 12484749. OLE color: 12484749.

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

Color convert

RGB141128190-
CMYK0.260.3300.25
HSL252.58º32.29%62.35%-
HSV(B)252.58º32.63%74.51%-
XYZ2824.8252.03-
YUV138.95156.81129.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.72%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 190 (74.61% from 255) = 41.39%
R=30.72%
G=27.89%
B=41.39%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1411281900.260.3300.25252.5832.2962.35
Hex8D80BE1A21019fd203e
Octal21520027632410313754076
Binary1000110110000000101111101101010000101100111111101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,128,190); }

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

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

 a { background-color: rgb(141,128,190); }

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

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

 span { border-color: rgb(141,128,190); }

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