#8C7EBE

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

Shades of Moody Blue #8C7EBE

Tints of Moody Blue #8C7EBE

Color information

#8C7EBE (or 0x8C7EBE) is unknown color: approx Moody Blue. HEX triplet: 8C, 7E and BE. RGB value is (140,126,190). Sum of RGB (Red+Green+Blue) = 140+126+190=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C7EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C7EBE is #738141. Grayscale: #898989. Windows color (decimal): -7569730 or 12484236. OLE color: 12484236.

HSL color Cylindrical-coordinate representation of color #8C7EBE: hue angle of 253.12º degrees, saturation: 0.33, 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 #8C7EBE is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB140126190-
CMYK0.260.3400.25
HSL253.12º32.99%61.96%-
HSV(B)253.12º33.68%74.51%-
XYZ27.5724.2151.94-
YUV137.48157.64129.8-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.70%
GREEN value IS 126 (49.61% from 255) = 27.63%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=30.70%
G=27.63%
B=41.67%

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
Decimal1401261900.260.3400.25253.1232.9961.96
Hex8C7EBE1A22019fd213e
Octal21417627632420313754176
Binary100011001111110101111101101010001001100111111101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C7EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,126,190); }

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

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

 a { background-color: rgb(140,126,190); }

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

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

 span { border-color: rgb(140,126,190); }

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